Html Css Color HEX #C66EDB Orchid

📋 copy color: '#C66EDB'

red 198 ◦ green 110 ◦ blue 219

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

Shades of Orchid #C66EDB

Tints of Orchid #C66EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.56%

R = 37.57%
G = 20.87%
B = 41.56%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C66EDB (or 0xC66EDB) is known color: Orchid. HEX triplet: C6, 6E and DB. RGB value is (198,110,219). Sum of RGB (Red+Green+Blue) = 198+110+219=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 110 (43.36% from 255 or 20.87% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #C66EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66EDB is #399124. Grayscale: #949494. Windows color (decimal): -3772709 or 14380742. OLE color: 14380742.

HSL color Cylindrical-coordinate representation of color #C66EDB: hue angle of 288.44º degrees, saturation: 0.6, 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 #C66EDB is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 110 219 -
CMYK 0.10 0.50 0 0.14
HSL 288.44º 0.6% 0.65% -
HSV(B) 288.44º 0.5% 0.86% -
XYZ 41.65 28.27 70.28 -
YUV 148.74 167.65 163.14 -
System Red Green Blue C M Y K H S L
Decimal 198 110 219 0.10 0.50 0 0.14 288.44 0.6 0.65
Hex C6 6E DB A 32 0 E 120 3C 41
Octal 306 156 333 12 62 0 16 440 74 101
Binary 11000110 1101110 11011011 1010 110010 0 1110 100100000 111100 1000001

Color Harmonies of #C66EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66EDB

Black with #C66EDB

Text Example


Text Example

White with #C66EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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