Html Css Color HEX #C93AFF Medium Orchid

📋 copy color: '#C93AFF'

red 201 ◦ green 58 ◦ blue 255

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

Shades of Medium Orchid #C93AFF

Tints of Medium Orchid #C93AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.61%

R = 39.11%
G = 11.28%
B = 49.61%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C93AFF (or 0xC93AFF) is known color: Medium Orchid. HEX triplet: C9, 3A and FF. RGB value is (201,58,255). Sum of RGB (Red+Green+Blue) = 201+58+255=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 58 (23.05% from 255 or 11.28% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #C93AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93AFF is #36C500. Grayscale: #7A7A7A. Windows color (decimal): -3589377 or 16726729. OLE color: 16726729.

HSL color Cylindrical-coordinate representation of color #C93AFF: hue angle of 283.55º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C93AFF is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 201 58 255 -
CMYK 0.21 0.77 0 0
HSL 283.55º 1% 0.61% -
HSV(B) 283.55º 0.77% 1% -
XYZ 43.65 22.66 96.68 -
YUV 123.22 202.38 183.48 -
System Red Green Blue C M Y K H S L
Decimal 201 58 255 0.21 0.77 0 0 283.55 1 0.61
Hex C9 3A FF 15 4D 0 0 11C 64 3D
Octal 311 72 377 25 115 0 0 434 144 75
Binary 11001001 111010 11111111 10101 1001101 0 0 100011100 1100100 111101

Color Harmonies of #C93AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93AFF

Black with #C93AFF

Text Example


Text Example

White with #C93AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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