#D567CB

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

Shades of Orchid #D567CB

Tints of Orchid #D567CB

Color information

#D567CB (or 0xD567CB) is unknown color: approx Orchid. HEX triplet: D5, 67 and CB. RGB value is (213,103,203). Sum of RGB (Red+Green+Blue) = 213+103+203=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 103 (40.62% from 255 or 19.85% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D567CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D567CB is #2A9834. Grayscale: #939393. Windows color (decimal): -2791477 or 13330389. OLE color: 13330389.

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

Color convert

RGB213103203-
CMYK00.520.050.16
HSL305.45º56.7%61.96%-
HSV(B)305.45º51.64%83.53%-
XYZ43.0728.1659.66-
YUV147.29159.44174.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.04%
GREEN value IS 103 (40.62% from 255) = 19.85%
BLUE value IS 203 (79.69% from 255) = 39.11%
R=41.04%
G=19.85%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310320300.520.050.16305.4556.761.96
HexD567CB034510131393e
Octal3251473130645204617176
Binary11010101110011111001011011010010110000100110001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D567CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D567CB; }

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

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

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

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

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

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

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

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