Html Css Color HEX #C93BF1 Medium Orchid

📋 copy color: '#C93BF1'

red 201 ◦ green 59 ◦ blue 241

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

Shades of Medium Orchid #C93BF1

Tints of Medium Orchid #C93BF1

RGB

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

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

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

R = 40.12%
G = 11.78%
B = 48.1%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C93BF1 (or 0xC93BF1) is known color: Medium Orchid. HEX triplet: C9, 3B and F1. RGB value is (201,59,241). Sum of RGB (Red+Green+Blue) = 201+59+241=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 59 (23.44% from 255 or 11.78% from 501); Blue value is 241 (94.53% from 255 or 48.10% from 501); Max value from RGB is 241 - color contains mainly: blue. Hex color #C93BF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93BF1 is #36C40E. Grayscale: #797979. Windows color (decimal): -3589135 or 15809481. OLE color: 15809481.

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

Color convert

RGB 201 59 241 -
CMYK 0.17 0.76 0 0.05
HSL 286.81º 0.87% 0.59% -
HSV(B) 286.81º 0.76% 0.95% -
XYZ 41.53 21.9 85.26 -
YUV 122.21 195.04 184.2 -
System Red Green Blue C M Y K H S L
Decimal 201 59 241 0.17 0.76 0 0.05 286.81 0.87 0.59
Hex C9 3B F1 11 4C 0 5 11F 57 3B
Octal 311 73 361 21 114 0 5 437 127 73
Binary 11001001 111011 11110001 10001 1001100 0 101 100011111 1010111 111011

Color Harmonies of #C93BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93BF1

Black with #C93BF1

Text Example


Text Example

White with #C93BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93BF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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