Html Css Color HEX #C66DCE Orchid

📋 copy color: '#C66DCE'

red 198 ◦ green 109 ◦ blue 206

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

Shades of Orchid #C66DCE

Tints of Orchid #C66DCE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.25%

 BLUE value IS 206 (80.86% from 255) = 40.16%

R = 38.6%
G = 21.25%
B = 40.16%

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

#C66DCE (or 0xC66DCE) is known color: Orchid. HEX triplet: C6, 6D and CE. RGB value is (198,109,206). Sum of RGB (Red+Green+Blue) = 198+109+206=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #C66DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66DCE is #399231. Grayscale: #929292. Windows color (decimal): -3772978 or 13528518. OLE color: 13528518.

HSL color Cylindrical-coordinate representation of color #C66DCE: hue angle of 295.05º 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 #C66DCE is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 109 206 -
CMYK 0.04 0.47 0 0.19
HSL 295.05º 0.5% 0.62% -
HSV(B) 295.05º 0.47% 0.81% -
XYZ 39.9 27.4 61.58 -
YUV 146.67 161.49 164.61 -
System Red Green Blue C M Y K H S L
Decimal 198 109 206 0.04 0.47 0 0.19 295.05 0.5 0.62
Hex C6 6D CE 4 2F 0 13 127 32 3E
Octal 306 155 316 4 57 0 23 447 62 76
Binary 11000110 1101101 11001110 100 101111 0 10011 100100111 110010 111110

Color Harmonies of #C66DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66DCE

Black with #C66DCE

Text Example


Text Example

White with #C66DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66DCE; }

 p { color: rgb(198,109,206); }

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

background-color css

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

 a { background-color: rgb(198,109,206); }

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

border-color css

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

 span { border-color: rgb(198,109,206); }

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