Html Css Color HEX #DB66CE Orchid

📋 copy color: '#DB66CE'

red 219 ◦ green 102 ◦ blue 206

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

Shades of Orchid #DB66CE

Tints of Orchid #DB66CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.09%

R = 41.56%
G = 19.35%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB66CE (or 0xDB66CE) is known color: Orchid. HEX triplet: DB, 66 and CE. RGB value is (219,102,206). Sum of RGB (Red+Green+Blue) = 219+102+206=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 102 (40.23% from 255 or 19.35% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB66CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB66CE is #249931. Grayscale: #949494. Windows color (decimal): -2398514 or 13526747. OLE color: 13526747.

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

Color convert

RGB 219 102 206 -
CMYK 0 0.53 0.06 0.14
HSL 306.67º 0.62% 0.63% -
HSV(B) 306.67º 0.53% 0.86% -
XYZ 45.11 29.02 61.62 -
YUV 148.84 160.26 178.04 -
System Red Green Blue C M Y K H S L
Decimal 219 102 206 0 0.53 0.06 0.14 306.67 0.62 0.63
Hex DB 66 CE 0 35 6 E 133 3E 3F
Octal 333 146 316 0 65 6 16 463 76 77
Binary 11011011 1100110 11001110 0 110101 110 1110 100110011 111110 111111

Color Harmonies of #DB66CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB66CE

Black with #DB66CE

Text Example


Text Example

White with #DB66CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB66CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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