#D567CA

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

Shades of Orchid #D567CA

Tints of Orchid #D567CA

Color information

#D567CA (or 0xD567CA) is unknown color: approx Orchid. HEX triplet: D5, 67 and CA. RGB value is (213,103,202). Sum of RGB (Red+Green+Blue) = 213+103+202=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 103 (40.62% from 255 or 19.88% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D567CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D567CA is #2A9835. Grayscale: #929292. Windows color (decimal): -2791478 or 13264853. OLE color: 13264853.

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

Color convert

RGB213103202-
CMYK00.520.050.16
HSL306º56.7%61.96%-
HSV(B)306º51.64%83.53%-
XYZ42.9528.1159.04-
YUV147.18158.94174.95-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.12%
GREEN value IS 103 (40.62% from 255) = 19.88%
BLUE value IS 202 (79.30% from 255) = 39.00%
R=41.12%
G=19.88%
B=39.00%

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
Decimal21310320200.520.050.1630656.761.96
HexD567CA034510132393e
Octal3251473120645204627176
Binary11010101110011111001010011010010110000100110010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D567CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D567CA; }

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

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

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

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

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

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

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

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