Html Css Color HEX #C950EB Medium Orchid

📋 copy color: '#C950EB'

red 201 ◦ green 80 ◦ blue 235

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

Shades of Medium Orchid #C950EB

Tints of Medium Orchid #C950EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.54%

R = 38.95%
G = 15.5%
B = 45.54%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C950EB (or 0xC950EB) is known color: Medium Orchid. HEX triplet: C9, 50 and EB. RGB value is (201,80,235). Sum of RGB (Red+Green+Blue) = 201+80+235=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 80 (31.64% from 255 or 15.50% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #C950EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C950EB is #36AF14. Grayscale: #858585. Windows color (decimal): -3583765 or 15421641. OLE color: 15421641.

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

Color convert

RGB 201 80 235 -
CMYK 0.14 0.66 0 0.08
HSL 286.84º 0.79% 0.62% -
HSV(B) 286.84º 0.66% 0.92% -
XYZ 41.95 24.15 81.05 -
YUV 133.85 185.09 175.9 -
System Red Green Blue C M Y K H S L
Decimal 201 80 235 0.14 0.66 0 0.08 286.84 0.79 0.62
Hex C9 50 EB E 42 0 8 11F 4F 3E
Octal 311 120 353 16 102 0 10 437 117 76
Binary 11001001 1010000 11101011 1110 1000010 0 1000 100011111 1001111 111110

Color Harmonies of #C950EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C950EB

Black with #C950EB

Text Example


Text Example

White with #C950EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C950EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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