Html Css Color HEX #C93AEA Medium Orchid

📋 copy color: '#C93AEA'

red 201 ◦ green 58 ◦ blue 234

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

Shades of Medium Orchid #C93AEA

Tints of Medium Orchid #C93AEA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.76%

 BLUE value IS 234 (91.8% from 255) = 47.46%

R = 40.77%
G = 11.76%
B = 47.46%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C93AEA (or 0xC93AEA) is known color: Medium Orchid. HEX triplet: C9, 3A and EA. RGB value is (201,58,234). Sum of RGB (Red+Green+Blue) = 201+58+234=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 58 (23.05% from 255 or 11.76% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #C93AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93AEA is #36C515. Grayscale: #787878. Windows color (decimal): -3589398 or 15350473. OLE color: 15350473.

HSL color Cylindrical-coordinate representation of color #C93AEA: hue angle of 288.75º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93AEA is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 58 234 -
CMYK 0.14 0.75 0 0.08
HSL 288.75º 0.81% 0.57% -
HSV(B) 288.75º 0.75% 0.92% -
XYZ 40.45 21.38 79.84 -
YUV 120.82 191.88 185.19 -
System Red Green Blue C M Y K H S L
Decimal 201 58 234 0.14 0.75 0 0.08 288.75 0.81 0.57
Hex C9 3A EA E 4B 0 8 121 51 39
Octal 311 72 352 16 113 0 10 441 121 71
Binary 11001001 111010 11101010 1110 1001011 0 1000 100100001 1010001 111001

Color Harmonies of #C93AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93AEA

Black with #C93AEA

Text Example


Text Example

White with #C93AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93AEA; }

 p { color: rgb(201,58,234); }

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

background-color css

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

 a { background-color: rgb(201,58,234); }

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

border-color css

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

 span { border-color: rgb(201,58,234); }

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