Html Css Color HEX #C93FEC Medium Orchid

📋 copy color: '#C93FEC'

red 201 ◦ green 63 ◦ blue 236

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

Shades of Medium Orchid #C93FEC

Tints of Medium Orchid #C93FEC

RGB

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

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

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

R = 40.2%
G = 12.6%
B = 47.2%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C93FEC (or 0xC93FEC) is known color: Medium Orchid. HEX triplet: C9, 3F and EC. RGB value is (201,63,236). Sum of RGB (Red+Green+Blue) = 201+63+236=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 63 (25% from 255 or 12.6% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #C93FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93FEC is #36C013. Grayscale: #7B7B7B. Windows color (decimal): -3588116 or 15482825. OLE color: 15482825.

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

Color convert

RGB 201 63 236 -
CMYK 0.15 0.73 0 0.07
HSL 287.86º 0.82% 0.59% -
HSV(B) 287.86º 0.73% 0.93% -
XYZ 41.01 22.03 81.45 -
YUV 123.98 191.22 182.93 -
System Red Green Blue C M Y K H S L
Decimal 201 63 236 0.15 0.73 0 0.07 287.86 0.82 0.59
Hex C9 3F EC F 49 0 7 120 52 3B
Octal 311 77 354 17 111 0 7 440 122 73
Binary 11001001 111111 11101100 1111 1001001 0 111 100100000 1010010 111011

Color Harmonies of #C93FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93FEC

Black with #C93FEC

Text Example


Text Example

White with #C93FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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