#D567BC

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

Shades of Orchid #D567BC

Tints of Orchid #D567BC

Color information

#D567BC (or 0xD567BC) is unknown color: approx Orchid. HEX triplet: D5, 67 and BC. RGB value is (213,103,188). Sum of RGB (Red+Green+Blue) = 213+103+188=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 103 (40.62% from 255 or 20.44% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D567BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D567BC is #2A9843. Grayscale: #919191. Windows color (decimal): -2791492 or 12347349. OLE color: 12347349.

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

Color convert

RGB213103188-
CMYK00.520.120.16
HSL313.64º56.7%61.96%-
HSV(B)313.64º51.64%83.53%-
XYZ41.3727.4850.7-
YUV145.58151.94176.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.26%
GREEN value IS 103 (40.62% from 255) = 20.44%
BLUE value IS 188 (73.83% from 255) = 37.30%
R=42.26%
G=20.44%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310318800.520.120.16313.6456.761.96
HexD567BC034C1013a393e
Octal32514727406414204727176
Binary110101011100111101111000110100110010000100111010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D567BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D567BC; }

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

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

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

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

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

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

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

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