Html Css Color HEX #C950EC Medium Orchid

📋 copy color: '#C950EC'

red 201 ◦ green 80 ◦ blue 236

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

Shades of Medium Orchid #C950EC

Tints of Medium Orchid #C950EC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.47%

 BLUE value IS 236 (92.58% from 255) = 45.65%

R = 38.88%
G = 15.47%
B = 45.65%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C950EC (or 0xC950EC) is known color: Medium Orchid. HEX triplet: C9, 50 and EC. RGB value is (201,80,236). Sum of RGB (Red+Green+Blue) = 201+80+236=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 80 (31.64% from 255 or 15.47% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #C950EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C950EC is #36AF13. Grayscale: #858585. Windows color (decimal): -3583764 or 15487177. OLE color: 15487177.

HSL color Cylindrical-coordinate representation of color #C950EC: hue angle of 286.54º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C950EC is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 80 236 -
CMYK 0.15 0.66 0 0.07
HSL 286.54º 0.8% 0.62% -
HSV(B) 286.54º 0.66% 0.93% -
XYZ 42.1 24.21 81.81 -
YUV 133.96 185.59 175.82 -
System Red Green Blue C M Y K H S L
Decimal 201 80 236 0.15 0.66 0 0.07 286.54 0.8 0.62
Hex C9 50 EC F 42 0 7 11F 50 3E
Octal 311 120 354 17 102 0 7 437 120 76
Binary 11001001 1010000 11101100 1111 1000010 0 111 100011111 1010000 111110

Color Harmonies of #C950EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C950EC

Black with #C950EC

Text Example


Text Example

White with #C950EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C950EC; }

 p { color: rgb(201,80,236); }

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

background-color css

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

 a { background-color: rgb(201,80,236); }

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

border-color css

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

 span { border-color: rgb(201,80,236); }

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