Html Css Color HEX #D564DC Orchid

📋 copy color: '#D564DC'

red 213 ◦ green 100 ◦ blue 220

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

Shades of Orchid #D564DC

Tints of Orchid #D564DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.28%

R = 39.96%
G = 18.76%
B = 41.28%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D564DC (or 0xD564DC) is known color: Orchid. HEX triplet: D5, 64 and DC. RGB value is (213,100,220). Sum of RGB (Red+Green+Blue) = 213+100+220=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 100 (39.45% from 255 or 18.76% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #D564DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D564DC is #2A9B23. Grayscale: #939393. Windows color (decimal): -2792228 or 14443733. OLE color: 14443733.

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

Color convert

RGB 213 100 220 -
CMYK 0.03 0.55 0 0.14
HSL 296.5º 0.63% 0.63% -
HSV(B) 296.5º 0.55% 0.86% -
XYZ 44.92 28.43 70.83 -
YUV 147.47 168.94 174.74 -
System Red Green Blue C M Y K H S L
Decimal 213 100 220 0.03 0.55 0 0.14 296.5 0.63 0.63
Hex D5 64 DC 3 37 0 E 128 3F 3F
Octal 325 144 334 3 67 0 16 450 77 77
Binary 11010101 1100100 11011100 11 110111 0 1110 100101000 111111 111111

Color Harmonies of #D564DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D564DC

Black with #D564DC

Text Example


Text Example

White with #D564DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D564DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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