#C960DB

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

Shades of Medium Orchid #C960DB

Tints of Medium Orchid #C960DB

Color information

#C960DB (or 0xC960DB) is unknown color: approx Medium Orchid. HEX triplet: C9, 60 and DB. RGB value is (201,96,219). Sum of RGB (Red+Green+Blue) = 201+96+219=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 96 (37.89% from 255 or 18.60% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #C960DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C960DB is #369F24. Grayscale: #8D8D8D. Windows color (decimal): -3579685 or 14377161. OLE color: 14377161.

HSL color Cylindrical-coordinate representation of color #C960DB: hue angle of 291.22º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C960DB is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20196219-
CMYK0.080.5600.14
HSL291.22º63.08%61.76%-
HSV(B)291.22º56.16%85.88%-
XYZ41.0625.969.85-
YUV141.42171.79170.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.95%
GREEN value IS 96 (37.89% from 255) = 18.60%
BLUE value IS 219 (85.94% from 255) = 42.44%
R=38.95%
G=18.60%
B=42.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal201962190.080.5600.14291.2263.0861.76
HexC960DB8380E1233f3e
Octal31114033310700164437776
Binary11001001110000011011011100011100001110100100011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C960DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C960DB; }

 p { color: rgb(201,96,219); }

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

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

 a { background-color: rgb(201,96,219); }

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

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

 span { border-color: rgb(201,96,219); }

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