#C96DDA

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

Shades of Orchid #C96DDA

Tints of Orchid #C96DDA

Color information

#C96DDA (or 0xC96DDA) is unknown color: approx Orchid. HEX triplet: C9, 6D and DA. RGB value is (201,109,218). Sum of RGB (Red+Green+Blue) = 201+109+218=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 109 (42.97% from 255 or 20.64% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #C96DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96DDA is #369225. Grayscale: #949494. Windows color (decimal): -3576358 or 14314953. OLE color: 14314953.

HSL color Cylindrical-coordinate representation of color #C96DDA: hue angle of 290.64º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C96DDA is Cyan = 0.08, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB201109218-
CMYK0.080.500.15
HSL290.64º59.56%64.12%-
HSV(B)290.64º50%85.49%-
XYZ42.2128.4269.59-
YUV148.93166.98165.14-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.07%
GREEN value IS 109 (42.97% from 255) = 20.64%
BLUE value IS 218 (85.55% from 255) = 41.29%
R=38.07%
G=20.64%
B=41.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2011092180.080.500.15290.6459.5664.12
HexC96DDA8320F1233c40
Octal311155332106201744374100
Binary110010011101101110110101000110010011111001000111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96DDA; }

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

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

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

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

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

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

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

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