Html Css Color HEX #C93AD5 Medium Orchid

📋 copy color: '#C93AD5'

red 201 ◦ green 58 ◦ blue 213

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

Shades of Medium Orchid #C93AD5

Tints of Medium Orchid #C93AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.13%

R = 42.58%
G = 12.29%
B = 45.13%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C93AD5 (or 0xC93AD5) is known color: Medium Orchid. HEX triplet: C9, 3A and D5. RGB value is (201,58,213). Sum of RGB (Red+Green+Blue) = 201+58+213=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 58 (23.05% from 255 or 12.29% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 213 - color contains mainly: blue. Hex color #C93AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93AD5 is #36C52A. Grayscale: #757575. Windows color (decimal): -3589419 or 13974217. OLE color: 13974217.

HSL color Cylindrical-coordinate representation of color #C93AD5: hue angle of 295.35º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C93AD5 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 58 213 -
CMYK 0.06 0.73 0 0.16
HSL 295.35º 0.65% 0.53% -
HSV(B) 295.35º 0.73% 0.84% -
XYZ 37.61 20.25 64.88 -
YUV 118.43 181.38 186.9 -
System Red Green Blue C M Y K H S L
Decimal 201 58 213 0.06 0.73 0 0.16 295.35 0.65 0.53
Hex C9 3A D5 6 49 0 10 127 41 35
Octal 311 72 325 6 111 0 20 447 101 65
Binary 11001001 111010 11010101 110 1001001 0 10000 100100111 1000001 110101

Color Harmonies of #C93AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93AD5

Black with #C93AD5

Text Example


Text Example

White with #C93AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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