Html Css Color HEX #C67FDA Orchid

📋 copy color: '#C67FDA'

red 198 ◦ green 127 ◦ blue 218

#C67FDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #C67FDA

Tints of Orchid #C67FDA

RGB

 RED value IS 198 (77.73% from 255) = 36.46%

 GREEN value IS 127 (50% from 255) = 23.39%

 BLUE value IS 218 (85.55% from 255) = 40.15%

R = 36.46%
G = 23.39%
B = 40.15%

CMYK

 C value IS 0.09

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C67FDA (or 0xC67FDA) is known color: Orchid. HEX triplet: C6, 7F and DA. RGB value is (198,127,218). Sum of RGB (Red+Green+Blue) = 198+127+218=543 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.46% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #C67FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67FDA is #398025. Grayscale: #9E9E9E. Windows color (decimal): -3768358 or 14319558. OLE color: 14319558.

HSL color Cylindrical-coordinate representation of color #C67FDA: hue angle of 286.81º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C67FDA is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 127 218 -
CMYK 0.09 0.42 0 0.15
HSL 286.81º 0.55% 0.68% -
HSV(B) 286.81º 0.42% 0.85% -
XYZ 43.53 32.25 70.26 -
YUV 158.6 161.52 156.1 -
System Red Green Blue C M Y K H S L
Decimal 198 127 218 0.09 0.42 0 0.15 286.81 0.55 0.68
Hex C6 7F DA 9 2A 0 F 11F 37 44
Octal 306 177 332 11 52 0 17 437 67 104
Binary 11000110 1111111 11011010 1001 101010 0 1111 100011111 110111 1000100

Color Harmonies of #C67FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67FDA

Black with #C67FDA

Text Example


Text Example

White with #C67FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67FDA; }

 p { color: rgb(198,127,218); }

 H1.HeaderClassName
 {
   color: #C67FDA;
 }
 .AnyTagClassName
 {
   color: #C67FDA;
 }
</style>

background-color css

<style>
 a { background-color: #C67FDA; }

 a { background-color: rgb(198,127,218); }

 div.DivClassName
 {
   background-color: #C67FDA;
 }
 .BgClassName
 {
   background-color: #C67FDA;
 }
</style>

border-color css

<style>
 span { border-color: #C67FDA; }

 span { border-color: rgb(198,127,218); }

 td.TdClassName
 {
   border-color: #C67FDA;
 }
 .TagClassName
 {
   border-color: #C67FDA;
 }
</style>