Html Css Color HEX #C93FFF Medium Orchid

📋 copy color: '#C93FFF'

red 201 ◦ green 63 ◦ blue 255

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

Shades of Medium Orchid #C93FFF

Tints of Medium Orchid #C93FFF

RGB

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

 GREEN value IS 63 (25% from 255) = 12.14%

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

R = 38.73%
G = 12.14%
B = 49.13%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C93FFF (or 0xC93FFF) is known color: Medium Orchid. HEX triplet: C9, 3F and FF. RGB value is (201,63,255). Sum of RGB (Red+Green+Blue) = 201+63+255=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 63 (25% from 255 or 12.14% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #C93FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93FFF is #36C000. Grayscale: #7D7D7D. Windows color (decimal): -3588097 or 16728009. OLE color: 16728009.

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

Color convert

RGB 201 63 255 -
CMYK 0.21 0.75 0 0
HSL 283.13º 1% 0.62% -
HSV(B) 283.13º 0.75% 1% -
XYZ 43.91 23.19 96.77 -
YUV 126.15 200.72 181.39 -
System Red Green Blue C M Y K H S L
Decimal 201 63 255 0.21 0.75 0 0 283.13 1 0.62
Hex C9 3F FF 15 4B 0 0 11B 64 3E
Octal 311 77 377 25 113 0 0 433 144 76
Binary 11001001 111111 11111111 10101 1001011 0 0 100011011 1100100 111110

Color Harmonies of #C93FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93FFF

Black with #C93FFF

Text Example


Text Example

White with #C93FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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