Html Css Color HEX #C95EE9 Medium Orchid

📋 copy color: '#C95EE9'

red 201 ◦ green 94 ◦ blue 233

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

Shades of Medium Orchid #C95EE9

Tints of Medium Orchid #C95EE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 44.13%

R = 38.07%
G = 17.8%
B = 44.13%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C95EE9 (or 0xC95EE9) is known color: Medium Orchid. HEX triplet: C9, 5E and E9. RGB value is (201,94,233). Sum of RGB (Red+Green+Blue) = 201+94+233=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 94 (37.11% from 255 or 17.80% from 528); Blue value is 233 (91.41% from 255 or 44.13% from 528); Max value from RGB is 233 - color contains mainly: blue. Hex color #C95EE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95EE9 is #36A116. Grayscale: #8D8D8D. Windows color (decimal): -3580183 or 15294153. OLE color: 15294153.

HSL color Cylindrical-coordinate representation of color #C95EE9: hue angle of 286.19º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C95EE9 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 201 94 233 -
CMYK 0.14 0.60 0 0.09
HSL 286.19º 0.76% 0.64% -
HSV(B) 286.19º 0.6% 0.91% -
XYZ 42.8 26.31 79.91 -
YUV 141.84 179.45 170.2 -
System Red Green Blue C M Y K H S L
Decimal 201 94 233 0.14 0.60 0 0.09 286.19 0.76 0.64
Hex C9 5E E9 E 3C 0 9 11E 4C 40
Octal 311 136 351 16 74 0 11 436 114 100
Binary 11001001 1011110 11101001 1110 111100 0 1001 100011110 1001100 1000000

Color Harmonies of #C95EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95EE9

Black with #C95EE9

Text Example


Text Example

White with #C95EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95EE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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