#C96DC7

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

Shades of Orchid #C96DC7

Tints of Orchid #C96DC7

Color information

#C96DC7 (or 0xC96DC7) is unknown color: approx Orchid. HEX triplet: C9, 6D and C7. RGB value is (201,109,199). Sum of RGB (Red+Green+Blue) = 201+109+199=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 199 (78.12% from 255 or 39.10% from 509); Max value from RGB is 201 - color contains mainly: red. Hex color #C96DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96DC7 is #369238. Grayscale: #929292. Windows color (decimal): -3576377 or 13069769. OLE color: 13069769.

HSL color Cylindrical-coordinate representation of color #C96DC7: hue angle of 301.3º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C96DC7 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB201109199-
CMYK00.460.010.21
HSL301.3º46%60.78%-
HSV(B)301.3º45.77%78.82%-
XYZ39.8627.4857.24-
YUV146.77157.48166.68-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.49%
GREEN value IS 109 (42.97% from 255) = 21.41%
BLUE value IS 199 (78.12% from 255) = 39.10%
R=39.49%
G=21.41%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110919900.460.010.21301.34660.78
HexC96DC702E11512d2e3d
Octal3111553070561254555675
Binary110010011101101110001110101110110101100101101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96DC7; }

 p { color: rgb(201,109,199); }

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

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

 a { background-color: rgb(201,109,199); }

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

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

 span { border-color: rgb(201,109,199); }

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