#D967CB

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

Shades of Orchid #D967CB

Tints of Orchid #D967CB

Color information

#D967CB (or 0xD967CB) is unknown color: approx Orchid. HEX triplet: D9, 67 and CB. RGB value is (217,103,203). Sum of RGB (Red+Green+Blue) = 217+103+203=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 103 (40.62% from 255 or 19.69% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 217 - color contains mainly: red. Hex color #D967CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D967CB is #269834. Grayscale: #949494. Windows color (decimal): -2529333 or 13330393. OLE color: 13330393.

HSL color Cylindrical-coordinate representation of color #D967CB: hue angle of 307.37º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D967CB is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB217103203-
CMYK00.530.060.15
HSL307.37º60%62.75%-
HSV(B)307.37º52.53%85.1%-
XYZ44.2528.7659.72-
YUV148.49158.77176.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.49%
GREEN value IS 103 (40.62% from 255) = 19.69%
BLUE value IS 203 (79.69% from 255) = 38.81%
R=41.49%
G=19.69%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710320300.530.060.15307.376062.75
HexD967CB0356F1333c3f
Octal3311473130656174637477
Binary1101100111001111100101101101011101111100110011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D967CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D967CB; }

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

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

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

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

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

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

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

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