Html Css Color HEX #C93AE6 Medium Orchid

📋 copy color: '#C93AE6'

red 201 ◦ green 58 ◦ blue 230

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

Shades of Medium Orchid #C93AE6

Tints of Medium Orchid #C93AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.03%

R = 41.1%
G = 11.86%
B = 47.03%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C93AE6 (or 0xC93AE6) is known color: Medium Orchid. HEX triplet: C9, 3A and E6. RGB value is (201,58,230). Sum of RGB (Red+Green+Blue) = 201+58+230=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 58 (23.05% from 255 or 11.86% from 489); Blue value is 230 (90.23% from 255 or 47.03% from 489); Max value from RGB is 230 - color contains mainly: blue. Hex color #C93AE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93AE6 is #36C519. Grayscale: #777777. Windows color (decimal): -3589402 or 15088329. OLE color: 15088329.

HSL color Cylindrical-coordinate representation of color #C93AE6: hue angle of 289.88º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93AE6 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 201 58 230 -
CMYK 0.13 0.75 0 0.10
HSL 289.88º 0.77% 0.56% -
HSV(B) 289.88º 0.75% 0.9% -
XYZ 39.88 21.16 76.84 -
YUV 120.37 189.88 185.51 -
System Red Green Blue C M Y K H S L
Decimal 201 58 230 0.13 0.75 0 0.10 289.88 0.77 0.56
Hex C9 3A E6 D 4B 0 A 122 4D 38
Octal 311 72 346 15 113 0 12 442 115 70
Binary 11001001 111010 11100110 1101 1001011 0 1010 100100010 1001101 111000

Color Harmonies of #C93AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93AE6

Black with #C93AE6

Text Example


Text Example

White with #C93AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93AE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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