Html Css Color HEX #C93FEB Medium Orchid

📋 copy color: '#C93FEB'

red 201 ◦ green 63 ◦ blue 235

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

Shades of Medium Orchid #C93FEB

Tints of Medium Orchid #C93FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.09%

R = 40.28%
G = 12.63%
B = 47.09%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C93FEB (or 0xC93FEB) is known color: Medium Orchid. HEX triplet: C9, 3F and EB. RGB value is (201,63,235). Sum of RGB (Red+Green+Blue) = 201+63+235=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 63 (25% from 255 or 12.63% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #C93FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93FEB is #36C014. Grayscale: #7B7B7B. Windows color (decimal): -3588117 or 15417289. OLE color: 15417289.

HSL color Cylindrical-coordinate representation of color #C93FEB: hue angle of 288.14º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C93FEB is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 63 235 -
CMYK 0.14 0.73 0 0.08
HSL 288.14º 0.81% 0.58% -
HSV(B) 288.14º 0.73% 0.92% -
XYZ 40.86 21.97 80.68 -
YUV 123.87 190.72 183.01 -
System Red Green Blue C M Y K H S L
Decimal 201 63 235 0.14 0.73 0 0.08 288.14 0.81 0.58
Hex C9 3F EB E 49 0 8 120 51 3A
Octal 311 77 353 16 111 0 10 440 121 72
Binary 11001001 111111 11101011 1110 1001001 0 1000 100100000 1010001 111010

Color Harmonies of #C93FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93FEB

Black with #C93FEB

Text Example


Text Example

White with #C93FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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