#D968CC

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

Shades of Orchid #D968CC

Tints of Orchid #D968CC

Color information

#D968CC (or 0xD968CC) is unknown color: approx Orchid. HEX triplet: D9, 68 and CC. RGB value is (217,104,204). Sum of RGB (Red+Green+Blue) = 217+104+204=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 104 (41.02% from 255 or 19.81% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D968CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D968CC is #269733. Grayscale: #949494. Windows color (decimal): -2529076 or 13396185. OLE color: 13396185.

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

Color convert

RGB217104204-
CMYK00.520.060.15
HSL306.9º59.79%62.94%-
HSV(B)306.9º52.07%85.1%-
XYZ44.4629.0160.38-
YUV149.19158.94176.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.33%
GREEN value IS 104 (41.02% from 255) = 19.81%
BLUE value IS 204 (80.08% from 255) = 38.86%
R=41.33%
G=19.81%
B=38.86%

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
Decimal21710420400.520.060.15306.959.7962.94
HexD968CC0346F1333c3f
Octal3311503140646174637477
Binary1101100111010001100110001101001101111100110011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D968CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D968CC; }

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

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

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

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

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

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

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

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