Html Css Color HEX #C93EDA Medium Orchid

📋 copy color: '#C93EDA'

red 201 ◦ green 62 ◦ blue 218

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

Shades of Medium Orchid #C93EDA

Tints of Medium Orchid #C93EDA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.89%

 BLUE value IS 218 (85.55% from 255) = 45.32%

R = 41.79%
G = 12.89%
B = 45.32%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C93EDA (or 0xC93EDA) is known color: Medium Orchid. HEX triplet: C9, 3E and DA. RGB value is (201,62,218). Sum of RGB (Red+Green+Blue) = 201+62+218=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 62 (24.61% from 255 or 12.89% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #C93EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93EDA is #36C125. Grayscale: #787878. Windows color (decimal): -3588390 or 14302921. OLE color: 14302921.

HSL color Cylindrical-coordinate representation of color #C93EDA: hue angle of 293.46º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93EDA is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 62 218 -
CMYK 0.08 0.72 0 0.15
HSL 293.46º 0.68% 0.55% -
HSV(B) 293.46º 0.72% 0.85% -
XYZ 38.46 20.92 68.34 -
YUV 121.35 182.55 184.82 -
System Red Green Blue C M Y K H S L
Decimal 201 62 218 0.08 0.72 0 0.15 293.46 0.68 0.55
Hex C9 3E DA 8 48 0 F 125 44 37
Octal 311 76 332 10 110 0 17 445 104 67
Binary 11001001 111110 11011010 1000 1001000 0 1111 100100101 1000100 110111

Color Harmonies of #C93EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93EDA

Black with #C93EDA

Text Example


Text Example

White with #C93EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93EDA; }

 p { color: rgb(201,62,218); }

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

background-color css

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

 a { background-color: rgb(201,62,218); }

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

border-color css

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

 span { border-color: rgb(201,62,218); }

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