#D567E5

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

Shades of Orchid #D567E5

Tints of Orchid #D567E5

Color information

#D567E5 (or 0xD567E5) is unknown color: approx Orchid. HEX triplet: D5, 67 and E5. RGB value is (213,103,229). Sum of RGB (Red+Green+Blue) = 213+103+229=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 103 (40.62% from 255 or 18.90% from 545); Blue value is 229 (89.84% from 255 or 42.02% from 545); Max value from RGB is 229 - color contains mainly: blue. Hex color #D567E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D567E5 is #2A981A. Grayscale: #959595. Windows color (decimal): -2791451 or 15034325. OLE color: 15034325.

HSL color Cylindrical-coordinate representation of color #D567E5: hue angle of 292.38º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D567E5 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB213103229-
CMYK0.070.5500.10
HSL292.38º70.79%65.1%-
HSV(B)292.38º55.02%89.8%-
XYZ46.4329.577.38-
YUV150.25172.44172.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.08%
GREEN value IS 103 (40.62% from 255) = 18.90%
BLUE value IS 229 (89.84% from 255) = 42.02%
R=39.08%
G=18.90%
B=42.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2131032290.070.5500.10292.3870.7965.1
HexD567E57370A1244741
Octal325147345767012444107101
Binary110101011100111111001011111101110101010010010010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D567E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D567E5; }

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

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

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

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

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

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

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

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