Html Css Color HEX #C93EFC Medium Orchid

📋 copy color: '#C93EFC'

red 201 ◦ green 62 ◦ blue 252

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

Shades of Medium Orchid #C93EFC

Tints of Medium Orchid #C93EFC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.04%

 BLUE value IS 252 (98.83% from 255) = 48.93%

R = 39.03%
G = 12.04%
B = 48.93%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C93EFC (or 0xC93EFC) is known color: Medium Orchid. HEX triplet: C9, 3E and FC. RGB value is (201,62,252). Sum of RGB (Red+Green+Blue) = 201+62+252=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 62 (24.61% from 255 or 12.04% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #C93EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93EFC is #36C103. Grayscale: #7C7C7C. Windows color (decimal): -3588356 or 16531145. OLE color: 16531145.

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

Color convert

RGB 201 62 252 -
CMYK 0.20 0.75 0 0.01
HSL 283.89º 0.97% 0.62% -
HSV(B) 283.89º 0.75% 0.99% -
XYZ 43.38 22.89 94.23 -
YUV 125.22 199.55 182.05 -
System Red Green Blue C M Y K H S L
Decimal 201 62 252 0.20 0.75 0 0.01 283.89 0.97 0.62
Hex C9 3E FC 14 4B 0 1 11C 61 3E
Octal 311 76 374 24 113 0 1 434 141 76
Binary 11001001 111110 11111100 10100 1001011 0 1 100011100 1100001 111110

Color Harmonies of #C93EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93EFC

Black with #C93EFC

Text Example


Text Example

White with #C93EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93EFC; }

 p { color: rgb(201,62,252); }

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

background-color css

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

 a { background-color: rgb(201,62,252); }

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

border-color css

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

 span { border-color: rgb(201,62,252); }

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