Html Css Color HEX #C66ECB Orchid

📋 copy color: '#C66ECB'

red 198 ◦ green 110 ◦ blue 203

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

Shades of Orchid #C66ECB

Tints of Orchid #C66ECB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.53%

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

R = 38.75%
G = 21.53%
B = 39.73%

CMYK

 C value IS 0.02

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C66ECB (or 0xC66ECB) is known color: Orchid. HEX triplet: C6, 6E and CB. RGB value is (198,110,203). Sum of RGB (Red+Green+Blue) = 198+110+203=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #C66ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66ECB is #399134. Grayscale: #929292. Windows color (decimal): -3772725 or 13332166. OLE color: 13332166.

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

Color convert

RGB 198 110 203 -
CMYK 0.02 0.46 0 0.20
HSL 296.77º 0.47% 0.61% -
HSV(B) 296.77º 0.46% 0.8% -
XYZ 39.64 27.47 59.71 -
YUV 146.91 159.65 164.44 -
System Red Green Blue C M Y K H S L
Decimal 198 110 203 0.02 0.46 0 0.20 296.77 0.47 0.61
Hex C6 6E CB 2 2E 0 14 129 2F 3D
Octal 306 156 313 2 56 0 24 451 57 75
Binary 11000110 1101110 11001011 10 101110 0 10100 100101001 101111 111101

Color Harmonies of #C66ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66ECB

Black with #C66ECB

Text Example


Text Example

White with #C66ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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