#D568CD

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

Shades of Orchid #D568CD

Tints of Orchid #D568CD

Color information

#D568CD (or 0xD568CD) is unknown color: approx Orchid. HEX triplet: D5, 68 and CD. RGB value is (213,104,205). Sum of RGB (Red+Green+Blue) = 213+104+205=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 104 (41.02% from 255 or 19.92% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D568CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D568CD is #2A9732. Grayscale: #939393. Windows color (decimal): -2791219 or 13461717. OLE color: 13461717.

HSL color Cylindrical-coordinate representation of color #D568CD: hue angle of 304.4º 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 #D568CD is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB213104205-
CMYK00.510.040.16
HSL304.4º56.48%62.16%-
HSV(B)304.4º51.17%83.53%-
XYZ43.4128.4560.96-
YUV148.1160.11174.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.80%
GREEN value IS 104 (41.02% from 255) = 19.92%
BLUE value IS 205 (80.47% from 255) = 39.27%
R=40.80%
G=19.92%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310420500.510.040.16304.456.4862.16
HexD568CD033410130383e
Octal3251503150634204607076
Binary11010101110100011001101011001110010000100110000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D568CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D568CD; }

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

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

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

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

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

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

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

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