Html Css Color HEX #DB66C6 Orchid

📋 copy color: '#DB66C6'

red 219 ◦ green 102 ◦ blue 198

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

Shades of Orchid #DB66C6

Tints of Orchid #DB66C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.15%

R = 42.2%
G = 19.65%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DB66C6 (or 0xDB66C6) is known color: Orchid. HEX triplet: DB, 66 and C6. RGB value is (219,102,198). Sum of RGB (Red+Green+Blue) = 219+102+198=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 102 (40.23% from 255 or 19.65% from 519); Blue value is 198 (77.73% from 255 or 38.15% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB66C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB66C6 is #249939. Grayscale: #939393. Windows color (decimal): -2398522 or 13002459. OLE color: 13002459.

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

Color convert

RGB 219 102 198 -
CMYK 0 0.53 0.10 0.14
HSL 310.77º 0.62% 0.63% -
HSV(B) 310.77º 0.53% 0.86% -
XYZ 44.16 28.64 56.63 -
YUV 147.93 156.26 178.69 -
System Red Green Blue C M Y K H S L
Decimal 219 102 198 0 0.53 0.10 0.14 310.77 0.62 0.63
Hex DB 66 C6 0 35 A E 137 3E 3F
Octal 333 146 306 0 65 12 16 467 76 77
Binary 11011011 1100110 11000110 0 110101 1010 1110 100110111 111110 111111

Color Harmonies of #DB66C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB66C6

Black with #DB66C6

Text Example


Text Example

White with #DB66C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB66C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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