#D965CB

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

Shades of Orchid #D965CB

Tints of Orchid #D965CB

Color information

#D965CB (or 0xD965CB) is unknown color: approx Orchid. HEX triplet: D9, 65 and CB. RGB value is (217,101,203). Sum of RGB (Red+Green+Blue) = 217+101+203=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 101 (39.84% from 255 or 19.39% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D965CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D965CB is #269A34. Grayscale: #939393. Windows color (decimal): -2529845 or 13329881. OLE color: 13329881.

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

Color convert

RGB217101203-
CMYK00.530.060.15
HSL307.24º60.42%62.35%-
HSV(B)307.24º53.46%85.1%-
XYZ44.0528.3759.65-
YUV147.31159.43177.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.65%
GREEN value IS 101 (39.84% from 255) = 19.39%
BLUE value IS 203 (79.69% from 255) = 38.96%
R=41.65%
G=19.39%
B=38.96%

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
Decimal21710120300.530.060.15307.2460.4262.35
HexD965CB0356F1333c3e
Octal3311453130656174637476
Binary1101100111001011100101101101011101111100110011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D965CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D965CB; }

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

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

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

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

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

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

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

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