Html Css Color HEX #C66BCB Orchid

📋 copy color: '#C66BCB'

red 198 ◦ green 107 ◦ blue 203

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

Shades of Orchid #C66BCB

Tints of Orchid #C66BCB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.06%

 BLUE value IS 203 (79.69% from 255) = 39.96%

R = 38.98%
G = 21.06%
B = 39.96%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C66BCB (or 0xC66BCB) is known color: Orchid. HEX triplet: C6, 6B and CB. RGB value is (198,107,203). Sum of RGB (Red+Green+Blue) = 198+107+203=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #C66BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66BCB is #399434. Grayscale: #909090. Windows color (decimal): -3773493 or 13331398. OLE color: 13331398.

HSL color Cylindrical-coordinate representation of color #C66BCB: hue angle of 296.88º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C66BCB is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 107 203 -
CMYK 0.02 0.47 0 0.20
HSL 296.88º 0.48% 0.61% -
HSV(B) 296.88º 0.47% 0.8% -
XYZ 39.33 26.83 59.61 -
YUV 145.15 160.65 165.69 -
System Red Green Blue C M Y K H S L
Decimal 198 107 203 0.02 0.47 0 0.20 296.88 0.48 0.61
Hex C6 6B CB 2 2F 0 14 129 30 3D
Octal 306 153 313 2 57 0 24 451 60 75
Binary 11000110 1101011 11001011 10 101111 0 10100 100101001 110000 111101

Color Harmonies of #C66BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66BCB

Black with #C66BCB

Text Example


Text Example

White with #C66BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66BCB; }

 p { color: rgb(198,107,203); }

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

background-color css

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

 a { background-color: rgb(198,107,203); }

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

border-color css

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

 span { border-color: rgb(198,107,203); }

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