Html Css Color HEX #C93BFE Medium Orchid

📋 copy color: '#C93BFE'

red 201 ◦ green 59 ◦ blue 254

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

Shades of Medium Orchid #C93BFE

Tints of Medium Orchid #C93BFE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.48%

 BLUE value IS 254 (99.61% from 255) = 49.42%

R = 39.11%
G = 11.48%
B = 49.42%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C93BFE (or 0xC93BFE) is known color: Medium Orchid. HEX triplet: C9, 3B and FE. RGB value is (201,59,254). Sum of RGB (Red+Green+Blue) = 201+59+254=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 59 (23.44% from 255 or 11.48% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #C93BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93BFE is #36C401. Grayscale: #7B7B7B. Windows color (decimal): -3589122 or 16661449. OLE color: 16661449.

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

Color convert

RGB 201 59 254 -
CMYK 0.21 0.77 0 0.00
HSL 283.69º 0.99% 0.61% -
HSV(B) 283.69º 0.77% 1% -
XYZ 43.54 22.7 95.85 -
YUV 123.69 201.54 183.14 -
System Red Green Blue C M Y K H S L
Decimal 201 59 254 0.21 0.77 0 0.00 283.69 0.99 0.61
Hex C9 3B FE 15 4D 0 0 11C 63 3D
Octal 311 73 376 25 115 0 0 434 143 75
Binary 11001001 111011 11111110 10101 1001101 0 0 100011100 1100011 111101

Color Harmonies of #C93BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93BFE

Black with #C93BFE

Text Example


Text Example

White with #C93BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93BFE; }

 p { color: rgb(201,59,254); }

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

background-color css

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

 a { background-color: rgb(201,59,254); }

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

border-color css

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

 span { border-color: rgb(201,59,254); }

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