#D367CB

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

Shades of Orchid #D367CB

Tints of Orchid #D367CB

Color information

#D367CB (or 0xD367CB) is unknown color: approx Orchid. HEX triplet: D3, 67 and CB. RGB value is (211,103,203). Sum of RGB (Red+Green+Blue) = 211+103+203=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 103 (40.62% from 255 or 19.92% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 211 - color contains mainly: red. Hex color #D367CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D367CB is #2C9834. Grayscale: #929292. Windows color (decimal): -2922549 or 13330387. OLE color: 13330387.

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

Color convert

RGB211103203-
CMYK00.510.040.17
HSL304.44º55.1%61.57%-
HSV(B)304.44º51.18%82.75%-
XYZ42.4927.8659.64-
YUV146.69159.78173.87-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.81%
GREEN value IS 103 (40.62% from 255) = 19.92%
BLUE value IS 203 (79.69% from 255) = 39.26%
R=40.81%
G=19.92%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110320300.510.040.17304.4455.161.57
HexD367CB033411130373e
Octal3231473130634214606776
Binary11010011110011111001011011001110010001100110000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D367CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D367CB; }

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

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

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

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

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

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

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

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