#D561CB

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

Shades of Orchid #D561CB

Tints of Orchid #D561CB

Color information

#D561CB (or 0xD561CB) is unknown color: approx Orchid. HEX triplet: D5, 61 and CB. RGB value is (213,97,203). Sum of RGB (Red+Green+Blue) = 213+97+203=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 97 (38.28% from 255 or 18.91% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D561CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D561CB is #2A9E34. Grayscale: #8F8F8F. Windows color (decimal): -2793013 or 13328853. OLE color: 13328853.

HSL color Cylindrical-coordinate representation of color #D561CB: hue angle of 305.17º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D561CB is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB21397203-
CMYK00.540.050.16
HSL305.17º58%60.78%-
HSV(B)305.17º54.46%83.53%-
XYZ42.4927.0159.47-
YUV143.77161.43177.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.52%
GREEN value IS 97 (38.28% from 255) = 18.91%
BLUE value IS 203 (79.69% from 255) = 39.57%
R=41.52%
G=18.91%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139720300.540.050.16305.175860.78
HexD561CB0365101313a3d
Octal3251413130665204617275
Binary11010101110000111001011011011010110000100110001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D561CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D561CB; }

 p { color: rgb(213,97,203); }

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

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

 a { background-color: rgb(213,97,203); }

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

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

 span { border-color: rgb(213,97,203); }

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