Html Css Color HEX #C95AE8 Medium Orchid

📋 copy color: '#C95AE8'

red 201 ◦ green 90 ◦ blue 232

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

Shades of Medium Orchid #C95AE8

Tints of Medium Orchid #C95AE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 44.36%

R = 38.43%
G = 17.21%
B = 44.36%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C95AE8 (or 0xC95AE8) is known color: Medium Orchid. HEX triplet: C9, 5A and E8. RGB value is (201,90,232). Sum of RGB (Red+Green+Blue) = 201+90+232=523 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.43% from 523); Green value is 90 (35.55% from 255 or 17.21% from 523); Blue value is 232 (91.02% from 255 or 44.36% from 523); Max value from RGB is 232 - color contains mainly: blue. Hex color #C95AE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95AE8 is #36A517. Grayscale: #8A8A8A. Windows color (decimal): -3581208 or 15227593. OLE color: 15227593.

HSL color Cylindrical-coordinate representation of color #C95AE8: hue angle of 286.9º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C95AE8 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 201 90 232 -
CMYK 0.13 0.61 0 0.09
HSL 286.9º 0.76% 0.63% -
HSV(B) 286.9º 0.61% 0.91% -
XYZ 42.31 25.56 79.05 -
YUV 139.38 180.27 171.95 -
System Red Green Blue C M Y K H S L
Decimal 201 90 232 0.13 0.61 0 0.09 286.9 0.76 0.63
Hex C9 5A E8 D 3D 0 9 11F 4C 3F
Octal 311 132 350 15 75 0 11 437 114 77
Binary 11001001 1011010 11101000 1101 111101 0 1001 100011111 1001100 111111

Color Harmonies of #C95AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95AE8

Black with #C95AE8

Text Example


Text Example

White with #C95AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95AE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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