#D568D1

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

Shades of Orchid #D568D1

Tints of Orchid #D568D1

Color information

#D568D1 (or 0xD568D1) is unknown color: approx Orchid. HEX triplet: D5, 68 and D1. RGB value is (213,104,209). Sum of RGB (Red+Green+Blue) = 213+104+209=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 209 (82.03% from 255 or 39.73% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D568D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D568D1 is #2A972E. Grayscale: #949494. Windows color (decimal): -2791215 or 13723861. OLE color: 13723861.

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

Color convert

RGB213104209-
CMYK00.510.020.16
HSL302.2º56.48%62.16%-
HSV(B)302.2º51.17%83.53%-
XYZ43.928.6563.54-
YUV148.56162.11173.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.49%
GREEN value IS 104 (41.02% from 255) = 19.77%
BLUE value IS 209 (82.03% from 255) = 39.73%
R=40.49%
G=19.77%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310420900.510.020.16302.256.4862.16
HexD568D103321012e383e
Octal3251503210632204567076
Binary1101010111010001101000101100111010000100101110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D568D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D568D1; }

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

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

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

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

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

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

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

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