Html Css Color HEX #C93AEB Medium Orchid

📋 copy color: '#C93AEB'

red 201 ◦ green 58 ◦ blue 235

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

Shades of Medium Orchid #C93AEB

Tints of Medium Orchid #C93AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.57%

R = 40.69%
G = 11.74%
B = 47.57%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C93AEB (or 0xC93AEB) is known color: Medium Orchid. HEX triplet: C9, 3A and EB. RGB value is (201,58,235). Sum of RGB (Red+Green+Blue) = 201+58+235=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 58 (23.05% from 255 or 11.74% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #C93AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93AEB is #36C514. Grayscale: #787878. Windows color (decimal): -3589397 or 15416009. OLE color: 15416009.

HSL color Cylindrical-coordinate representation of color #C93AEB: hue angle of 288.47º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93AEB is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 58 235 -
CMYK 0.14 0.75 0 0.08
HSL 288.47º 0.82% 0.57% -
HSV(B) 288.47º 0.75% 0.92% -
XYZ 40.6 21.44 80.6 -
YUV 120.94 192.38 185.11 -
System Red Green Blue C M Y K H S L
Decimal 201 58 235 0.14 0.75 0 0.08 288.47 0.82 0.57
Hex C9 3A EB E 4B 0 8 120 52 39
Octal 311 72 353 16 113 0 10 440 122 71
Binary 11001001 111010 11101011 1110 1001011 0 1000 100100000 1010010 111001

Color Harmonies of #C93AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93AEB

Black with #C93AEB

Text Example


Text Example

White with #C93AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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