Html Css Color HEX #C93AED Medium Orchid

📋 copy color: '#C93AED'

red 201 ◦ green 58 ◦ blue 237

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

Shades of Medium Orchid #C93AED

Tints of Medium Orchid #C93AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.78%

R = 40.52%
G = 11.69%
B = 47.78%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C93AED (or 0xC93AED) is known color: Medium Orchid. HEX triplet: C9, 3A and ED. RGB value is (201,58,237). Sum of RGB (Red+Green+Blue) = 201+58+237=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 58 (23.05% from 255 or 11.69% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #C93AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93AED is #36C512. Grayscale: #787878. Windows color (decimal): -3589395 or 15547081. OLE color: 15547081.

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

Color convert

RGB 201 58 237 -
CMYK 0.15 0.76 0 0.07
HSL 287.93º 0.83% 0.58% -
HSV(B) 287.93º 0.76% 0.93% -
XYZ 40.89 21.56 82.13 -
YUV 121.16 193.38 184.95 -
System Red Green Blue C M Y K H S L
Decimal 201 58 237 0.15 0.76 0 0.07 287.93 0.83 0.58
Hex C9 3A ED F 4C 0 7 120 53 3A
Octal 311 72 355 17 114 0 7 440 123 72
Binary 11001001 111010 11101101 1111 1001100 0 111 100100000 1010011 111010

Color Harmonies of #C93AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93AED

Black with #C93AED

Text Example


Text Example

White with #C93AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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