#D968CB

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

Shades of Orchid #D968CB

Tints of Orchid #D968CB

Color information

#D968CB (or 0xD968CB) is unknown color: approx Orchid. HEX triplet: D9, 68 and CB. RGB value is (217,104,203). Sum of RGB (Red+Green+Blue) = 217+104+203=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 104 (41.02% from 255 or 19.85% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D968CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D968CB is #269734. Grayscale: #949494. Windows color (decimal): -2529077 or 13330649. OLE color: 13330649.

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

Color convert

RGB217104203-
CMYK00.520.060.15
HSL307.43º59.79%62.94%-
HSV(B)307.43º52.07%85.1%-
XYZ44.3528.9659.75-
YUV149.07158.44176.45-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.41%
GREEN value IS 104 (41.02% from 255) = 19.85%
BLUE value IS 203 (79.69% from 255) = 38.74%
R=41.41%
G=19.85%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710420300.520.060.15307.4359.7962.94
HexD968CB0346F1333c3f
Octal3311503130646174637477
Binary1101100111010001100101101101001101111100110011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D968CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D968CB; }

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

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

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

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

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

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

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

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