Html Css Color HEX #C95AE5 Medium Orchid

📋 copy color: '#C95AE5'

red 201 ◦ green 90 ◦ blue 229

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

Shades of Medium Orchid #C95AE5

Tints of Medium Orchid #C95AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 44.04%

R = 38.65%
G = 17.31%
B = 44.04%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C95AE5 (or 0xC95AE5) is known color: Medium Orchid. HEX triplet: C9, 5A and E5. RGB value is (201,90,229). Sum of RGB (Red+Green+Blue) = 201+90+229=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 90 (35.55% from 255 or 17.31% from 520); Blue value is 229 (89.84% from 255 or 44.04% from 520); Max value from RGB is 229 - color contains mainly: blue. Hex color #C95AE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95AE5 is #36A51A. Grayscale: #8A8A8A. Windows color (decimal): -3581211 or 15030985. OLE color: 15030985.

HSL color Cylindrical-coordinate representation of color #C95AE5: hue angle of 287.91º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C95AE5 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 201 90 229 -
CMYK 0.12 0.61 0 0.10
HSL 287.91º 0.73% 0.63% -
HSV(B) 287.91º 0.61% 0.9% -
XYZ 41.89 25.39 76.82 -
YUV 139.04 178.77 172.2 -
System Red Green Blue C M Y K H S L
Decimal 201 90 229 0.12 0.61 0 0.10 287.91 0.73 0.63
Hex C9 5A E5 C 3D 0 A 120 49 3F
Octal 311 132 345 14 75 0 12 440 111 77
Binary 11001001 1011010 11100101 1100 111101 0 1010 100100000 1001001 111111

Color Harmonies of #C95AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95AE5

Black with #C95AE5

Text Example


Text Example

White with #C95AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95AE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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