#D968C9

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

Shades of Orchid #D968C9

Tints of Orchid #D968C9

Color information

#D968C9 (or 0xD968C9) is unknown color: approx Orchid. HEX triplet: D9, 68 and C9. RGB value is (217,104,201). Sum of RGB (Red+Green+Blue) = 217+104+201=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 104 (41.02% from 255 or 19.92% from 522); Blue value is 201 (78.91% from 255 or 38.51% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D968C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D968C9 is #269736. Grayscale: #949494. Windows color (decimal): -2529079 or 13199577. OLE color: 13199577.

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

Color convert

RGB217104201-
CMYK00.520.070.15
HSL308.5º59.79%62.94%-
HSV(B)308.5º52.07%85.1%-
XYZ44.1128.8758.51-
YUV148.84157.44176.61-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.57%
GREEN value IS 104 (41.02% from 255) = 19.92%
BLUE value IS 201 (78.91% from 255) = 38.51%
R=41.57%
G=19.92%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710420100.520.070.15308.559.7962.94
HexD968C90347F1343c3f
Octal3311503110647174647477
Binary1101100111010001100100101101001111111100110100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D968C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D968C9; }

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

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

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

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

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

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

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

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