Html Css Color HEX #C93CF1 Medium Orchid

📋 copy color: '#C93CF1'

red 201 ◦ green 60 ◦ blue 241

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

Shades of Medium Orchid #C93CF1

Tints of Medium Orchid #C93CF1

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.95%

 BLUE value IS 241 (94.53% from 255) = 48.01%

R = 40.04%
G = 11.95%
B = 48.01%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C93CF1 (or 0xC93CF1) is known color: Medium Orchid. HEX triplet: C9, 3C and F1. RGB value is (201,60,241). Sum of RGB (Red+Green+Blue) = 201+60+241=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 60 (23.83% from 255 or 11.95% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 241 - color contains mainly: blue. Hex color #C93CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93CF1 is #36C30E. Grayscale: #7A7A7A. Windows color (decimal): -3588879 or 15809737. OLE color: 15809737.

HSL color Cylindrical-coordinate representation of color #C93CF1: hue angle of 286.74º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93CF1 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 60 241 -
CMYK 0.17 0.75 0 0.05
HSL 286.74º 0.87% 0.59% -
HSV(B) 286.74º 0.75% 0.95% -
XYZ 41.58 22 85.27 -
YUV 122.79 194.71 183.78 -
System Red Green Blue C M Y K H S L
Decimal 201 60 241 0.17 0.75 0 0.05 286.74 0.87 0.59
Hex C9 3C F1 11 4B 0 5 11F 57 3B
Octal 311 74 361 21 113 0 5 437 127 73
Binary 11001001 111100 11110001 10001 1001011 0 101 100011111 1010111 111011

Color Harmonies of #C93CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93CF1

Black with #C93CF1

Text Example


Text Example

White with #C93CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93CF1; }

 p { color: rgb(201,60,241); }

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

background-color css

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

 a { background-color: rgb(201,60,241); }

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

border-color css

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

 span { border-color: rgb(201,60,241); }

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