Html Css Color HEX #C95EE0 Medium Orchid

📋 copy color: '#C95EE0'

red 201 ◦ green 94 ◦ blue 224

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

Shades of Medium Orchid #C95EE0

Tints of Medium Orchid #C95EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.16%

R = 38.73%
G = 18.11%
B = 43.16%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C95EE0 (or 0xC95EE0) is known color: Medium Orchid. HEX triplet: C9, 5E and E0. RGB value is (201,94,224). Sum of RGB (Red+Green+Blue) = 201+94+224=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 94 (37.11% from 255 or 18.11% from 519); Blue value is 224 (87.89% from 255 or 43.16% from 519); Max value from RGB is 224 - color contains mainly: blue. Hex color #C95EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95EE0 is #36A11F. Grayscale: #8C8C8C. Windows color (decimal): -3580192 or 14704329. OLE color: 14704329.

HSL color Cylindrical-coordinate representation of color #C95EE0: hue angle of 289.38º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C95EE0 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 94 224 -
CMYK 0.10 0.58 0 0.12
HSL 289.38º 0.68% 0.62% -
HSV(B) 289.38º 0.58% 0.88% -
XYZ 41.54 25.8 73.31 -
YUV 140.81 174.95 170.93 -
System Red Green Blue C M Y K H S L
Decimal 201 94 224 0.10 0.58 0 0.12 289.38 0.68 0.62
Hex C9 5E E0 A 3A 0 C 121 44 3E
Octal 311 136 340 12 72 0 14 441 104 76
Binary 11001001 1011110 11100000 1010 111010 0 1100 100100001 1000100 111110

Color Harmonies of #C95EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95EE0

Black with #C95EE0

Text Example


Text Example

White with #C95EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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