Html Css Color HEX #C93AF1 Medium Orchid

📋 copy color: '#C93AF1'

red 201 ◦ green 58 ◦ blue 241

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

Shades of Medium Orchid #C93AF1

Tints of Medium Orchid #C93AF1

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.6%

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

R = 40.2%
G = 11.6%
B = 48.2%

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

#C93AF1 (or 0xC93AF1) is known color: Medium Orchid. HEX triplet: C9, 3A and F1. RGB value is (201,58,241). Sum of RGB (Red+Green+Blue) = 201+58+241=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 58 (23.05% from 255 or 11.6% from 500); Blue value is 241 (94.53% from 255 or 48.2% from 500); Max value from RGB is 241 - color contains mainly: blue. Hex color #C93AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93AF1 is #36C50E. Grayscale: #797979. Windows color (decimal): -3589391 or 15809225. OLE color: 15809225.

HSL color Cylindrical-coordinate representation of color #C93AF1: hue angle of 286.89º 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 #C93AF1 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 58 241 -
CMYK 0.17 0.76 0 0.05
HSL 286.89º 0.87% 0.59% -
HSV(B) 286.89º 0.76% 0.95% -
XYZ 41.48 21.79 85.24 -
YUV 121.62 195.38 184.62 -
System Red Green Blue C M Y K H S L
Decimal 201 58 241 0.17 0.76 0 0.05 286.89 0.87 0.59
Hex C9 3A F1 11 4C 0 5 11F 57 3B
Octal 311 72 361 21 114 0 5 437 127 73
Binary 11001001 111010 11110001 10001 1001100 0 101 100011111 1010111 111011

Color Harmonies of #C93AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93AF1

Black with #C93AF1

Text Example


Text Example

White with #C93AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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