Html Css Color HEX #C960DD Medium Orchid

📋 copy color: '#C960DD'

red 201 ◦ green 96 ◦ blue 221

#C960DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C960DD

Tints of Medium Orchid #C960DD

RGB

 RED value IS 201 (78.91% from 255) = 38.8%

 GREEN value IS 96 (37.89% from 255) = 18.53%

 BLUE value IS 221 (86.72% from 255) = 42.66%

R = 38.8%
G = 18.53%
B = 42.66%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C960DD (or 0xC960DD) is known color: Medium Orchid. HEX triplet: C9, 60 and DD. RGB value is (201,96,221). Sum of RGB (Red+Green+Blue) = 201+96+221=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 96 (37.89% from 255 or 18.53% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #C960DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C960DD is #369F22. Grayscale: #8D8D8D. Windows color (decimal): -3579683 or 14508233. OLE color: 14508233.

HSL color Cylindrical-coordinate representation of color #C960DD: hue angle of 290.4º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C960DD is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 96 221 -
CMYK 0.09 0.57 0 0.13
HSL 290.4º 0.65% 0.62% -
HSV(B) 290.4º 0.57% 0.87% -
XYZ 41.32 26 71.25 -
YUV 141.65 172.79 170.34 -
System Red Green Blue C M Y K H S L
Decimal 201 96 221 0.09 0.57 0 0.13 290.4 0.65 0.62
Hex C9 60 DD 9 39 0 D 122 41 3E
Octal 311 140 335 11 71 0 15 442 101 76
Binary 11001001 1100000 11011101 1001 111001 0 1101 100100010 1000001 111110

Color Harmonies of #C960DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C960DD

Black with #C960DD

Text Example


Text Example

White with #C960DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C960DD; }

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

 H1.HeaderClassName
 {
   color: #C960DD;
 }
 .AnyTagClassName
 {
   color: #C960DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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