Html Css Color HEX #DB66DE Orchid

📋 copy color: '#DB66DE'

red 219 ◦ green 102 ◦ blue 222

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

Shades of Orchid #DB66DE

Tints of Orchid #DB66DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.88%

R = 40.33%
G = 18.78%
B = 40.88%

CMYK

 C value IS 0.01

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB66DE (or 0xDB66DE) is known color: Orchid. HEX triplet: DB, 66 and DE. RGB value is (219,102,222). Sum of RGB (Red+Green+Blue) = 219+102+222=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 102 (40.23% from 255 or 18.78% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB66DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB66DE is #249921. Grayscale: #969696. Windows color (decimal): -2398498 or 14575323. OLE color: 14575323.

HSL color Cylindrical-coordinate representation of color #DB66DE: hue angle of 298.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB66DE is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 102 222 -
CMYK 0.01 0.54 0 0.13
HSL 298.5º 0.65% 0.64% -
HSV(B) 298.5º 0.54% 0.87% -
XYZ 47.15 29.84 72.38 -
YUV 150.66 168.26 176.74 -
System Red Green Blue C M Y K H S L
Decimal 219 102 222 0.01 0.54 0 0.13 298.5 0.65 0.64
Hex DB 66 DE 1 36 0 D 12A 41 40
Octal 333 146 336 1 66 0 15 452 101 100
Binary 11011011 1100110 11011110 1 110110 0 1101 100101010 1000001 1000000

Color Harmonies of #DB66DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB66DE

Black with #DB66DE

Text Example


Text Example

White with #DB66DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB66DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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