Html Css Color HEX #C66EC9 Orchid

📋 copy color: '#C66EC9'

red 198 ◦ green 110 ◦ blue 201

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

Shades of Orchid #C66EC9

Tints of Orchid #C66EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.49%

R = 38.9%
G = 21.61%
B = 39.49%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C66EC9 (or 0xC66EC9) is known color: Orchid. HEX triplet: C6, 6E and C9. RGB value is (198,110,201). Sum of RGB (Red+Green+Blue) = 198+110+201=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 110 (43.36% from 255 or 21.61% from 509); Blue value is 201 (78.91% from 255 or 39.49% from 509); Max value from RGB is 201 - color contains mainly: blue. Hex color #C66EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66EC9 is #399136. Grayscale: #929292. Windows color (decimal): -3772727 or 13201094. OLE color: 13201094.

HSL color Cylindrical-coordinate representation of color #C66EC9: hue angle of 298.02º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C66EC9 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 198 110 201 -
CMYK 0.01 0.45 0 0.21
HSL 298.02º 0.46% 0.61% -
HSV(B) 298.02º 0.45% 0.79% -
XYZ 39.41 27.37 58.47 -
YUV 146.69 158.65 164.6 -
System Red Green Blue C M Y K H S L
Decimal 198 110 201 0.01 0.45 0 0.21 298.02 0.46 0.61
Hex C6 6E C9 1 2D 0 15 12A 2E 3D
Octal 306 156 311 1 55 0 25 452 56 75
Binary 11000110 1101110 11001001 1 101101 0 10101 100101010 101110 111101

Color Harmonies of #C66EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66EC9

Black with #C66EC9

Text Example


Text Example

White with #C66EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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