Html Css Color HEX #D564DB Orchid

📋 copy color: '#D564DB'

red 213 ◦ green 100 ◦ blue 219

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

Shades of Orchid #D564DB

Tints of Orchid #D564DB

RGB

 RED value IS 213 (83.59% from 255) = 40.04%

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

 BLUE value IS 219 (85.94% from 255) = 41.17%

R = 40.04%
G = 18.8%
B = 41.17%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D564DB (or 0xD564DB) is known color: Orchid. HEX triplet: D5, 64 and DB. RGB value is (213,100,219). Sum of RGB (Red+Green+Blue) = 213+100+219=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 100 (39.45% from 255 or 18.80% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #D564DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D564DB is #2A9B24. Grayscale: #929292. Windows color (decimal): -2792229 or 14378197. OLE color: 14378197.

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

Color convert

RGB 213 100 219 -
CMYK 0.03 0.54 0 0.14
HSL 296.97º 0.62% 0.63% -
HSV(B) 296.97º 0.54% 0.86% -
XYZ 44.78 28.37 70.13 -
YUV 147.35 168.44 174.82 -
System Red Green Blue C M Y K H S L
Decimal 213 100 219 0.03 0.54 0 0.14 296.97 0.62 0.63
Hex D5 64 DB 3 36 0 E 129 3E 3F
Octal 325 144 333 3 66 0 16 451 76 77
Binary 11010101 1100100 11011011 11 110110 0 1110 100101001 111110 111111

Color Harmonies of #D564DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D564DB

Black with #D564DB

Text Example


Text Example

White with #D564DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D564DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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