#C96CCC

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

Shades of Orchid #C96CCC

Tints of Orchid #C96CCC

Color information

#C96CCC (or 0xC96CCC) is unknown color: approx Orchid. HEX triplet: C9, 6C and CC. RGB value is (201,108,204). Sum of RGB (Red+Green+Blue) = 201+108+204=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 108 (42.58% from 255 or 21.05% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #C96CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96CCC is #369333. Grayscale: #929292. Windows color (decimal): -3576628 or 13397193. OLE color: 13397193.

HSL color Cylindrical-coordinate representation of color #C96CCC: hue angle of 298.12º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C96CCC is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB201108204-
CMYK0.010.4700.2
HSL298.12º48.48%61.18%-
HSV(B)298.12º47.06%80%-
XYZ40.3527.560.31-
YUV146.75160.31166.69-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.18%
GREEN value IS 108 (42.58% from 255) = 21.05%
BLUE value IS 204 (80.08% from 255) = 39.77%
R=39.18%
G=21.05%
B=39.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2011082040.010.4700.2298.1248.4861.18
HexC96CCC12F01412a303d
Octal3111543141570244526075
Binary110010011101100110011001101111010100100101010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96CCC; }

 p { color: rgb(201,108,204); }

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

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

 a { background-color: rgb(201,108,204); }

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

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

 span { border-color: rgb(201,108,204); }

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