Html Css Color HEX #C960DA Medium Orchid

📋 copy color: '#C960DA'

red 201 ◦ green 96 ◦ blue 218

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

Shades of Medium Orchid #C960DA

Tints of Medium Orchid #C960DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.33%

R = 39.03%
G = 18.64%
B = 42.33%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C960DA (or 0xC960DA) is known color: Medium Orchid. HEX triplet: C9, 60 and DA. RGB value is (201,96,218). Sum of RGB (Red+Green+Blue) = 201+96+218=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 96 (37.89% from 255 or 18.64% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #C960DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C960DA is #369F25. Grayscale: #8C8C8C. Windows color (decimal): -3579686 or 14311625. OLE color: 14311625.

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

Color convert

RGB 201 96 218 -
CMYK 0.08 0.56 0 0.15
HSL 291.64º 0.62% 0.62% -
HSV(B) 291.64º 0.56% 0.85% -
XYZ 40.93 25.85 69.16 -
YUV 141.3 171.29 170.58 -
System Red Green Blue C M Y K H S L
Decimal 201 96 218 0.08 0.56 0 0.15 291.64 0.62 0.62
Hex C9 60 DA 8 38 0 F 124 3E 3E
Octal 311 140 332 10 70 0 17 444 76 76
Binary 11001001 1100000 11011010 1000 111000 0 1111 100100100 111110 111110

Color Harmonies of #C960DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C960DA

Black with #C960DA

Text Example


Text Example

White with #C960DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C960DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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