#D965CC

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

Shades of Orchid #D965CC

Tints of Orchid #D965CC

Color information

#D965CC (or 0xD965CC) is unknown color: approx Orchid. HEX triplet: D9, 65 and CC. RGB value is (217,101,204). Sum of RGB (Red+Green+Blue) = 217+101+204=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 101 (39.84% from 255 or 19.35% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D965CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D965CC is #269A33. Grayscale: #939393. Windows color (decimal): -2529844 or 13395417. OLE color: 13395417.

HSL color Cylindrical-coordinate representation of color #D965CC: hue angle of 306.72º 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 #D965CC is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB217101204-
CMYK00.530.060.15
HSL306.72º60.42%62.35%-
HSV(B)306.72º53.46%85.1%-
XYZ44.1728.4260.28-
YUV147.43159.93177.62-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.57%
GREEN value IS 101 (39.84% from 255) = 19.35%
BLUE value IS 204 (80.08% from 255) = 39.08%
R=41.57%
G=19.35%
B=39.08%

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
Decimal21710120400.530.060.15306.7260.4262.35
HexD965CC0356F1333c3e
Octal3311453140656174637476
Binary1101100111001011100110001101011101111100110011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D965CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D965CC; }

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

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

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

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

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

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

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

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