Html Css Color HEX #D564DD Orchid

📋 copy color: '#D564DD'

red 213 ◦ green 100 ◦ blue 221

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

Shades of Orchid #D564DD

Tints of Orchid #D564DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.39%

R = 39.89%
G = 18.73%
B = 41.39%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D564DD (or 0xD564DD) is known color: Orchid. HEX triplet: D5, 64 and DD. RGB value is (213,100,221). Sum of RGB (Red+Green+Blue) = 213+100+221=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 100 (39.45% from 255 or 18.73% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #D564DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D564DD is #2A9B22. Grayscale: #939393. Windows color (decimal): -2792227 or 14509269. OLE color: 14509269.

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

Color convert

RGB 213 100 221 -
CMYK 0.04 0.55 0 0.13
HSL 296.03º 0.64% 0.63% -
HSV(B) 296.03º 0.55% 0.87% -
XYZ 45.05 28.48 71.53 -
YUV 147.58 169.44 174.66 -
System Red Green Blue C M Y K H S L
Decimal 213 100 221 0.04 0.55 0 0.13 296.03 0.64 0.63
Hex D5 64 DD 4 37 0 D 128 40 3F
Octal 325 144 335 4 67 0 15 450 100 77
Binary 11010101 1100100 11011101 100 110111 0 1101 100101000 1000000 111111

Color Harmonies of #D564DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D564DD

Black with #D564DD

Text Example


Text Example

White with #D564DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D564DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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