Html Css Color HEX #C950EF Medium Orchid

📋 copy color: '#C950EF'

red 201 ◦ green 80 ◦ blue 239

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

Shades of Medium Orchid #C950EF

Tints of Medium Orchid #C950EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.96%

R = 38.65%
G = 15.38%
B = 45.96%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C950EF (or 0xC950EF) is known color: Medium Orchid. HEX triplet: C9, 50 and EF. RGB value is (201,80,239). Sum of RGB (Red+Green+Blue) = 201+80+239=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 80 (31.64% from 255 or 15.38% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #C950EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C950EF is #36AF10. Grayscale: #858585. Windows color (decimal): -3583761 or 15683785. OLE color: 15683785.

HSL color Cylindrical-coordinate representation of color #C950EF: hue angle of 285.66º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C950EF is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 80 239 -
CMYK 0.16 0.67 0 0.06
HSL 285.66º 0.83% 0.63% -
HSV(B) 285.66º 0.67% 0.94% -
XYZ 42.54 24.39 84.13 -
YUV 134.31 187.09 175.57 -
System Red Green Blue C M Y K H S L
Decimal 201 80 239 0.16 0.67 0 0.06 285.66 0.83 0.63
Hex C9 50 EF 10 43 0 6 11E 53 3F
Octal 311 120 357 20 103 0 6 436 123 77
Binary 11001001 1010000 11101111 10000 1000011 0 110 100011110 1010011 111111

Color Harmonies of #C950EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C950EF

Black with #C950EF

Text Example


Text Example

White with #C950EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C950EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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