Html Css Color HEX #C66EDC Orchid

📋 copy color: '#C66EDC'

red 198 ◦ green 110 ◦ blue 220

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

Shades of Orchid #C66EDC

Tints of Orchid #C66EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.67%

R = 37.5%
G = 20.83%
B = 41.67%

CMYK

 C value IS 0.1

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C66EDC (or 0xC66EDC) is known color: Orchid. HEX triplet: C6, 6E and DC. RGB value is (198,110,220). Sum of RGB (Red+Green+Blue) = 198+110+220=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 110 (43.36% from 255 or 20.83% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #C66EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66EDC is #399123. Grayscale: #949494. Windows color (decimal): -3772708 or 14446278. OLE color: 14446278.

HSL color Cylindrical-coordinate representation of color #C66EDC: hue angle of 288º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C66EDC is Cyan = 0.1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 110 220 -
CMYK 0.1 0.50 0 0.14
HSL 288º 0.61% 0.65% -
HSV(B) 288º 0.5% 0.86% -
XYZ 41.78 28.32 70.98 -
YUV 148.85 168.15 163.06 -
System Red Green Blue C M Y K H S L
Decimal 198 110 220 0.1 0.50 0 0.14 288 0.61 0.65
Hex C6 6E DC A 32 0 E 120 3D 41
Octal 306 156 334 12 62 0 16 440 75 101
Binary 11000110 1101110 11011100 1010 110010 0 1110 100100000 111101 1000001

Color Harmonies of #C66EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66EDC

Black with #C66EDC

Text Example


Text Example

White with #C66EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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