Html Css Color HEX #DB64CD Orchid

📋 copy color: '#DB64CD'

red 219 ◦ green 100 ◦ blue 205

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

Shades of Orchid #DB64CD

Tints of Orchid #DB64CD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.08%

 BLUE value IS 205 (80.47% from 255) = 39.12%

R = 41.79%
G = 19.08%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB64CD (or 0xDB64CD) is known color: Orchid. HEX triplet: DB, 64 and CD. RGB value is (219,100,205). Sum of RGB (Red+Green+Blue) = 219+100+205=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 100 (39.45% from 255 or 19.08% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DB64CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB64CD is #249B32. Grayscale: #939393. Windows color (decimal): -2399027 or 13460699. OLE color: 13460699.

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

Color convert

RGB 219 100 205 -
CMYK 0 0.54 0.06 0.14
HSL 307.06º 0.62% 0.63% -
HSV(B) 307.06º 0.54% 0.86% -
XYZ 44.79 28.58 60.91 -
YUV 147.55 160.42 178.96 -
System Red Green Blue C M Y K H S L
Decimal 219 100 205 0 0.54 0.06 0.14 307.06 0.62 0.63
Hex DB 64 CD 0 36 6 E 133 3E 3F
Octal 333 144 315 0 66 6 16 463 76 77
Binary 11011011 1100100 11001101 0 110110 110 1110 100110011 111110 111111

Color Harmonies of #DB64CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB64CD

Black with #DB64CD

Text Example


Text Example

White with #DB64CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB64CD; }

 p { color: rgb(219,100,205); }

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

background-color css

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

 a { background-color: rgb(219,100,205); }

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

border-color css

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

 span { border-color: rgb(219,100,205); }

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