Html Css Color HEX #DB66C0 Orchid

📋 copy color: '#DB66C0'

red 219 ◦ green 102 ◦ blue 192

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

Shades of Orchid #DB66C0

Tints of Orchid #DB66C0

RGB

 RED value IS 219 (85.94% from 255) = 42.69%

 GREEN value IS 102 (40.23% from 255) = 19.88%

 BLUE value IS 192 (75.39% from 255) = 37.43%

R = 42.69%
G = 19.88%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DB66C0 (or 0xDB66C0) is known color: Orchid. HEX triplet: DB, 66 and C0. RGB value is (219,102,192). Sum of RGB (Red+Green+Blue) = 219+102+192=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB66C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB66C0 is #24993F. Grayscale: #939393. Windows color (decimal): -2398528 or 12609243. OLE color: 12609243.

HSL color Cylindrical-coordinate representation of color #DB66C0: hue angle of 313.85º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB66C0 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 102 192 -
CMYK 0 0.53 0.12 0.14
HSL 313.85º 0.62% 0.63% -
HSV(B) 313.85º 0.53% 0.86% -
XYZ 43.48 28.37 53.05 -
YUV 147.24 153.26 179.18 -
System Red Green Blue C M Y K H S L
Decimal 219 102 192 0 0.53 0.12 0.14 313.85 0.62 0.63
Hex DB 66 C0 0 35 C E 13A 3E 3F
Octal 333 146 300 0 65 14 16 472 76 77
Binary 11011011 1100110 11000000 0 110101 1100 1110 100111010 111110 111111

Color Harmonies of #DB66C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB66C0

Black with #DB66C0

Text Example


Text Example

White with #DB66C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB66C0; }

 p { color: rgb(219,102,192); }

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

background-color css

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

 a { background-color: rgb(219,102,192); }

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

border-color css

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

 span { border-color: rgb(219,102,192); }

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