Html Css Color HEX #C66ECF Orchid

📋 copy color: '#C66ECF'

red 198 ◦ green 110 ◦ blue 207

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

Shades of Orchid #C66ECF

Tints of Orchid #C66ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.19%

R = 38.45%
G = 21.36%
B = 40.19%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C66ECF (or 0xC66ECF) is known color: Orchid. HEX triplet: C6, 6E and CF. RGB value is (198,110,207). Sum of RGB (Red+Green+Blue) = 198+110+207=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 110 (43.36% from 255 or 21.36% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #C66ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66ECF is #399130. Grayscale: #939393. Windows color (decimal): -3772721 or 13594310. OLE color: 13594310.

HSL color Cylindrical-coordinate representation of color #C66ECF: hue angle of 294.43º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C66ECF is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 110 207 -
CMYK 0.04 0.47 0 0.19
HSL 294.43º 0.5% 0.62% -
HSV(B) 294.43º 0.47% 0.81% -
XYZ 40.13 27.66 62.26 -
YUV 147.37 161.65 164.11 -
System Red Green Blue C M Y K H S L
Decimal 198 110 207 0.04 0.47 0 0.19 294.43 0.5 0.62
Hex C6 6E CF 4 2F 0 13 126 32 3E
Octal 306 156 317 4 57 0 23 446 62 76
Binary 11000110 1101110 11001111 100 101111 0 10011 100100110 110010 111110

Color Harmonies of #C66ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66ECF

Black with #C66ECF

Text Example


Text Example

White with #C66ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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