#D564D4

Color #D564D4 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D564D4

Tints of Orchid #D564D4

Color information

#D564D4 (or 0xD564D4) is unknown color: approx Orchid. HEX triplet: D5, 64 and D4. RGB value is (213,100,212). Sum of RGB (Red+Green+Blue) = 213+100+212=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 100 (39.45% from 255 or 19.05% from 525); Blue value is 212 (83.20% from 255 or 40.38% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D564D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D564D4 is #2A9B2B. Grayscale: #929292. Windows color (decimal): -2792236 or 13919445. OLE color: 13919445.

HSL color Cylindrical-coordinate representation of color #D564D4: hue angle of 300.53º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D564D4 is Cyan = 0, Magento = 0.53, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB213100212-
CMYK00.530.000.16
HSL300.53º57.36%61.37%-
HSV(B)300.53º53.05%83.53%-
XYZ43.8828.0165.38-
YUV146.56164.94175.39-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.57%
GREEN value IS 100 (39.45% from 255) = 19.05%
BLUE value IS 212 (83.20% from 255) = 40.38%
R=40.57%
G=19.05%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310021200.530.000.16300.5357.3661.37
HexD564D403501012d393d
Octal3251443240650204557175
Binary110101011100100110101000110101010000100101101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D564D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D564D4; }

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

 H1.HeaderClassName
 {
   color: #D564D4;
 }
 .AnyTagClassName
 {
   color: #D564D4;
 }
</style>
background-color css

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

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

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

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

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

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