#D568C2

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

Shades of Orchid #D568C2

Tints of Orchid #D568C2

Color information

#D568C2 (or 0xD568C2) is unknown color: approx Orchid. HEX triplet: D5, 68 and C2. RGB value is (213,104,194). Sum of RGB (Red+Green+Blue) = 213+104+194=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 104 (41.02% from 255 or 20.35% from 511); Blue value is 194 (76.17% from 255 or 37.96% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D568C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D568C2 is #2A973D. Grayscale: #929292. Windows color (decimal): -2791230 or 12740821. OLE color: 12740821.

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

Color convert

RGB213104194-
CMYK00.510.090.16
HSL310.46º56.48%62.16%-
HSV(B)310.46º51.17%83.53%-
XYZ42.1327.9454.21-
YUV146.85154.61175.18-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.68%
GREEN value IS 104 (41.02% from 255) = 20.35%
BLUE value IS 194 (76.17% from 255) = 37.96%
R=41.68%
G=20.35%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310419400.510.090.16310.4656.4862.16
HexD568C2033910136383e
Octal32515030206311204667076
Binary110101011101000110000100110011100110000100110110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D568C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D568C2; }

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

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

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

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

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

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

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

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