Html Css Color HEX #C95EEC Medium Orchid

📋 copy color: '#C95EEC'

red 201 ◦ green 94 ◦ blue 236

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

Shades of Medium Orchid #C95EEC

Tints of Medium Orchid #C95EEC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.7%

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

R = 37.85%
G = 17.7%
B = 44.44%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C95EEC (or 0xC95EEC) is known color: Medium Orchid. HEX triplet: C9, 5E and EC. RGB value is (201,94,236). Sum of RGB (Red+Green+Blue) = 201+94+236=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 94 (37.11% from 255 or 17.70% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #C95EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95EEC is #36A113. Grayscale: #8D8D8D. Windows color (decimal): -3580180 or 15490761. OLE color: 15490761.

HSL color Cylindrical-coordinate representation of color #C95EEC: hue angle of 285.21º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C95EEC is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 94 236 -
CMYK 0.15 0.60 0 0.07
HSL 285.21º 0.79% 0.65% -
HSV(B) 285.21º 0.6% 0.93% -
XYZ 43.23 26.48 82.19 -
YUV 142.18 180.95 169.95 -
System Red Green Blue C M Y K H S L
Decimal 201 94 236 0.15 0.60 0 0.07 285.21 0.79 0.65
Hex C9 5E EC F 3C 0 7 11D 4F 41
Octal 311 136 354 17 74 0 7 435 117 101
Binary 11001001 1011110 11101100 1111 111100 0 111 100011101 1001111 1000001

Color Harmonies of #C95EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95EEC

Black with #C95EEC

Text Example


Text Example

White with #C95EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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