#D568D3

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

Shades of Orchid #D568D3

Tints of Orchid #D568D3

Color information

#D568D3 (or 0xD568D3) is unknown color: approx Orchid. HEX triplet: D5, 68 and D3. RGB value is (213,104,211). Sum of RGB (Red+Green+Blue) = 213+104+211=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 104 (41.02% from 255 or 19.70% from 528); Blue value is 211 (82.81% from 255 or 39.96% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D568D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D568D3 is #2A972C. Grayscale: #949494. Windows color (decimal): -2791213 or 13854933. OLE color: 13854933.

HSL color Cylindrical-coordinate representation of color #D568D3: hue angle of 301.1º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D568D3 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB213104211-
CMYK00.510.010.16
HSL301.1º56.48%62.16%-
HSV(B)301.1º51.17%83.53%-
XYZ44.1528.7564.85-
YUV148.79163.11173.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.34%
GREEN value IS 104 (41.02% from 255) = 19.70%
BLUE value IS 211 (82.81% from 255) = 39.96%
R=40.34%
G=19.70%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310421100.510.010.16301.156.4862.16
HexD568D303311012d383e
Octal3251503230631204557076
Binary110101011101000110100110110011110000100101101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D568D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D568D3; }

 p { color: rgb(213,104,211); }

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

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

 a { background-color: rgb(213,104,211); }

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

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

 span { border-color: rgb(213,104,211); }

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