#D568BC

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

Shades of Orchid #D568BC

Tints of Orchid #D568BC

Color information

#D568BC (or 0xD568BC) is unknown color: approx Orchid. HEX triplet: D5, 68 and BC. RGB value is (213,104,188). Sum of RGB (Red+Green+Blue) = 213+104+188=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D568BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D568BC is #2A9743. Grayscale: #919191. Windows color (decimal): -2791236 or 12347605. OLE color: 12347605.

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

Color convert

RGB213104188-
CMYK00.510.120.16
HSL313.76º56.48%62.16%-
HSV(B)313.76º51.17%83.53%-
XYZ41.4727.6850.73-
YUV146.17151.61175.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.18%
GREEN value IS 104 (41.02% from 255) = 20.59%
BLUE value IS 188 (73.83% from 255) = 37.23%
R=42.18%
G=20.59%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310418800.510.120.16313.7656.4862.16
HexD568BC033C1013a383e
Octal32515027406314204727076
Binary110101011101000101111000110011110010000100111010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D568BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D568BC; }

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

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

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

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

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

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

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

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