#C96DC5

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

Shades of Orchid #C96DC5

Tints of Orchid #C96DC5

Color information

#C96DC5 (or 0xC96DC5) is unknown color: approx Orchid. HEX triplet: C9, 6D and C5. RGB value is (201,109,197). Sum of RGB (Red+Green+Blue) = 201+109+197=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 197 (77.34% from 255 or 38.86% from 507); Max value from RGB is 201 - color contains mainly: red. Hex color #C96DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96DC5 is #36923A. Grayscale: #929292. Windows color (decimal): -3576379 or 12938697. OLE color: 12938697.

HSL color Cylindrical-coordinate representation of color #C96DC5: hue angle of 302.61º 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 #C96DC5 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB201109197-
CMYK00.460.020.21
HSL302.61º46%60.78%-
HSV(B)302.61º45.77%78.82%-
XYZ39.6327.3956.02-
YUV146.54156.48166.84-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.64%
GREEN value IS 109 (42.97% from 255) = 21.50%
BLUE value IS 197 (77.34% from 255) = 38.86%
R=39.64%
G=21.50%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110919700.460.020.21302.614660.78
HexC96DC502E21512f2e3d
Octal3111553050562254575675
Binary1100100111011011100010101011101010101100101111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96DC5; }

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

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

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

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

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

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

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

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