Html Css Color HEX #C93AEC Medium Orchid

📋 copy color: '#C93AEC'

red 201 ◦ green 58 ◦ blue 236

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

Shades of Medium Orchid #C93AEC

Tints of Medium Orchid #C93AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.68%

R = 40.61%
G = 11.72%
B = 47.68%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C93AEC (or 0xC93AEC) is known color: Medium Orchid. HEX triplet: C9, 3A and EC. RGB value is (201,58,236). Sum of RGB (Red+Green+Blue) = 201+58+236=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 58 (23.05% from 255 or 11.72% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #C93AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93AEC is #36C513. Grayscale: #787878. Windows color (decimal): -3589396 or 15481545. OLE color: 15481545.

HSL color Cylindrical-coordinate representation of color #C93AEC: hue angle of 288.2º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93AEC is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 58 236 -
CMYK 0.15 0.75 0 0.07
HSL 288.2º 0.82% 0.58% -
HSV(B) 288.2º 0.75% 0.93% -
XYZ 40.74 21.5 81.36 -
YUV 121.05 192.88 185.03 -
System Red Green Blue C M Y K H S L
Decimal 201 58 236 0.15 0.75 0 0.07 288.2 0.82 0.58
Hex C9 3A EC F 4B 0 7 120 52 3A
Octal 311 72 354 17 113 0 7 440 122 72
Binary 11001001 111010 11101100 1111 1001011 0 111 100100000 1010010 111010

Color Harmonies of #C93AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93AEC

Black with #C93AEC

Text Example


Text Example

White with #C93AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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