Html Css Color HEX #C95AE2 Medium Orchid

📋 copy color: '#C95AE2'

red 201 ◦ green 90 ◦ blue 226

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

Shades of Medium Orchid #C95AE2

Tints of Medium Orchid #C95AE2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.41%

 BLUE value IS 226 (88.67% from 255) = 43.71%

R = 38.88%
G = 17.41%
B = 43.71%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C95AE2 (or 0xC95AE2) is known color: Medium Orchid. HEX triplet: C9, 5A and E2. RGB value is (201,90,226). Sum of RGB (Red+Green+Blue) = 201+90+226=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 90 (35.55% from 255 or 17.41% from 517); Blue value is 226 (88.67% from 255 or 43.71% from 517); Max value from RGB is 226 - color contains mainly: blue. Hex color #C95AE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95AE2 is #36A51D. Grayscale: #8A8A8A. Windows color (decimal): -3581214 or 14834377. OLE color: 14834377.

HSL color Cylindrical-coordinate representation of color #C95AE2: hue angle of 288.97º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C95AE2 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 201 90 226 -
CMYK 0.11 0.60 0 0.11
HSL 288.97º 0.7% 0.62% -
HSV(B) 288.97º 0.6% 0.89% -
XYZ 41.47 25.22 74.63 -
YUV 138.69 177.27 172.44 -
System Red Green Blue C M Y K H S L
Decimal 201 90 226 0.11 0.60 0 0.11 288.97 0.7 0.62
Hex C9 5A E2 B 3C 0 B 121 46 3E
Octal 311 132 342 13 74 0 13 441 106 76
Binary 11001001 1011010 11100010 1011 111100 0 1011 100100001 1000110 111110

Color Harmonies of #C95AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95AE2

Black with #C95AE2

Text Example


Text Example

White with #C95AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95AE2; }

 p { color: rgb(201,90,226); }

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

background-color css

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

 a { background-color: rgb(201,90,226); }

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

border-color css

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

 span { border-color: rgb(201,90,226); }

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