Html Css Color HEX #C93EEA Medium Orchid

📋 copy color: '#C93EEA'

red 201 ◦ green 62 ◦ blue 234

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

Shades of Medium Orchid #C93EEA

Tints of Medium Orchid #C93EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.08%

R = 40.44%
G = 12.47%
B = 47.08%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C93EEA (or 0xC93EEA) is known color: Medium Orchid. HEX triplet: C9, 3E and EA. RGB value is (201,62,234). Sum of RGB (Red+Green+Blue) = 201+62+234=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 62 (24.61% from 255 or 12.47% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #C93EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93EEA is #36C115. Grayscale: #7A7A7A. Windows color (decimal): -3588374 or 15351497. OLE color: 15351497.

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

Color convert

RGB 201 62 234 -
CMYK 0.14 0.74 0 0.08
HSL 288.49º 0.8% 0.58% -
HSV(B) 288.49º 0.74% 0.92% -
XYZ 40.66 21.8 79.91 -
YUV 123.17 190.55 183.51 -
System Red Green Blue C M Y K H S L
Decimal 201 62 234 0.14 0.74 0 0.08 288.49 0.8 0.58
Hex C9 3E EA E 4A 0 8 120 50 3A
Octal 311 76 352 16 112 0 10 440 120 72
Binary 11001001 111110 11101010 1110 1001010 0 1000 100100000 1010000 111010

Color Harmonies of #C93EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93EEA

Black with #C93EEA

Text Example


Text Example

White with #C93EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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