Html Css Color HEX #C960EA Medium Orchid

📋 copy color: '#C960EA'

red 201 ◦ green 96 ◦ blue 234

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

Shades of Medium Orchid #C960EA

Tints of Medium Orchid #C960EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.07%

R = 37.85%
G = 18.08%
B = 44.07%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C960EA (or 0xC960EA) is known color: Medium Orchid. HEX triplet: C9, 60 and EA. RGB value is (201,96,234). Sum of RGB (Red+Green+Blue) = 201+96+234=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 96 (37.89% from 255 or 18.08% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #C960EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C960EA is #369F15. Grayscale: #8E8E8E. Windows color (decimal): -3579670 or 15360201. OLE color: 15360201.

HSL color Cylindrical-coordinate representation of color #C960EA: hue angle of 285.65º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C960EA is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 96 234 -
CMYK 0.14 0.59 0 0.08
HSL 285.65º 0.77% 0.65% -
HSV(B) 285.65º 0.59% 0.92% -
XYZ 43.12 26.72 80.73 -
YUV 143.13 179.29 169.28 -
System Red Green Blue C M Y K H S L
Decimal 201 96 234 0.14 0.59 0 0.08 285.65 0.77 0.65
Hex C9 60 EA E 3B 0 8 11E 4D 41
Octal 311 140 352 16 73 0 10 436 115 101
Binary 11001001 1100000 11101010 1110 111011 0 1000 100011110 1001101 1000001

Color Harmonies of #C960EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C960EA

Black with #C960EA

Text Example


Text Example

White with #C960EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C960EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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