Html Css Color HEX #C93FFB Medium Orchid

📋 copy color: '#C93FFB'

red 201 ◦ green 63 ◦ blue 251

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

Shades of Medium Orchid #C93FFB

Tints of Medium Orchid #C93FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.74%

R = 39.03%
G = 12.23%
B = 48.74%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C93FFB (or 0xC93FFB) is known color: Medium Orchid. HEX triplet: C9, 3F and FB. RGB value is (201,63,251). Sum of RGB (Red+Green+Blue) = 201+63+251=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 63 (25% from 255 or 12.23% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #C93FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93FFB is #36C004. Grayscale: #7D7D7D. Windows color (decimal): -3588101 or 16465865. OLE color: 16465865.

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

Color convert

RGB 201 63 251 -
CMYK 0.20 0.75 0 0.02
HSL 284.04º 0.96% 0.62% -
HSV(B) 284.04º 0.75% 0.98% -
XYZ 43.28 22.94 93.41 -
YUV 125.69 198.72 181.71 -
System Red Green Blue C M Y K H S L
Decimal 201 63 251 0.20 0.75 0 0.02 284.04 0.96 0.62
Hex C9 3F FB 14 4B 0 2 11C 60 3E
Octal 311 77 373 24 113 0 2 434 140 76
Binary 11001001 111111 11111011 10100 1001011 0 10 100011100 1100000 111110

Color Harmonies of #C93FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93FFB

Black with #C93FFB

Text Example


Text Example

White with #C93FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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