#D369CB

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

Shades of Orchid #D369CB

Tints of Orchid #D369CB

Color information

#D369CB (or 0xD369CB) is unknown color: approx Orchid. HEX triplet: D3, 69 and CB. RGB value is (211,105,203). Sum of RGB (Red+Green+Blue) = 211+105+203=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 211 - color contains mainly: red. Hex color #D369CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D369CB is #2C9634. Grayscale: #939393. Windows color (decimal): -2922037 or 13330899. OLE color: 13330899.

HSL color Cylindrical-coordinate representation of color #D369CB: hue angle of 304.53º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D369CB is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB211105203-
CMYK00.500.040.17
HSL304.53º54.64%61.96%-
HSV(B)304.53º50.24%82.75%-
XYZ42.728.2659.71-
YUV147.87159.12173.03-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.66%
GREEN value IS 105 (41.41% from 255) = 20.23%
BLUE value IS 203 (79.69% from 255) = 39.11%
R=40.66%
G=20.23%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110520300.500.040.17304.5354.6461.96
HexD369CB032411131373e
Octal3231513130624214616776
Binary11010011110100111001011011001010010001100110001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D369CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D369CB; }

 p { color: rgb(211,105,203); }

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

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

 a { background-color: rgb(211,105,203); }

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

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

 span { border-color: rgb(211,105,203); }

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