Html Css Color HEX #C66FDB Orchid

📋 copy color: '#C66FDB'

red 198 ◦ green 111 ◦ blue 219

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

Shades of Orchid #C66FDB

Tints of Orchid #C66FDB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.02%

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

R = 37.5%
G = 21.02%
B = 41.48%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C66FDB (or 0xC66FDB) is known color: Orchid. HEX triplet: C6, 6F and DB. RGB value is (198,111,219). Sum of RGB (Red+Green+Blue) = 198+111+219=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 111 (43.75% from 255 or 21.02% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #C66FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66FDB is #399024. Grayscale: #949494. Windows color (decimal): -3772453 or 14380998. OLE color: 14380998.

HSL color Cylindrical-coordinate representation of color #C66FDB: hue angle of 288.33º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C66FDB is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 111 219 -
CMYK 0.10 0.49 0 0.14
HSL 288.33º 0.6% 0.65% -
HSV(B) 288.33º 0.49% 0.86% -
XYZ 41.76 28.49 70.32 -
YUV 149.33 167.32 162.72 -
System Red Green Blue C M Y K H S L
Decimal 198 111 219 0.10 0.49 0 0.14 288.33 0.6 0.65
Hex C6 6F DB A 31 0 E 120 3C 41
Octal 306 157 333 12 61 0 16 440 74 101
Binary 11000110 1101111 11011011 1010 110001 0 1110 100100000 111100 1000001

Color Harmonies of #C66FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66FDB

Black with #C66FDB

Text Example


Text Example

White with #C66FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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