#D970CB

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

Shades of Orchid #D970CB

Tints of Orchid #D970CB

Color information

#D970CB (or 0xD970CB) is unknown color: approx Orchid. HEX triplet: D9, 70 and CB. RGB value is (217,112,203). Sum of RGB (Red+Green+Blue) = 217+112+203=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 112 (44.14% from 255 or 21.05% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D970CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D970CB is #268F34. Grayscale: #999999. Windows color (decimal): -2527029 or 13332697. OLE color: 13332697.

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

Color convert

RGB217112203-
CMYK00.480.060.15
HSL308º58.01%64.51%-
HSV(B)308º48.39%85.1%-
XYZ45.1930.6560.03-
YUV153.77155.79173.1-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.79%
GREEN value IS 112 (44.14% from 255) = 21.05%
BLUE value IS 203 (79.69% from 255) = 38.16%
R=40.79%
G=21.05%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711220300.480.060.1530858.0164.51
HexD970CB0306F1343a41
Octal33116031306061746472101
Binary11011001111000011001011011000011011111001101001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D970CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D970CB; }

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

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

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

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

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

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

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

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