Html Css Color HEX #C93EE7 Medium Orchid

📋 copy color: '#C93EE7'

red 201 ◦ green 62 ◦ blue 231

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

Shades of Medium Orchid #C93EE7

Tints of Medium Orchid #C93EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.76%

R = 40.69%
G = 12.55%
B = 46.76%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C93EE7 (or 0xC93EE7) is known color: Medium Orchid. HEX triplet: C9, 3E and E7. RGB value is (201,62,231). Sum of RGB (Red+Green+Blue) = 201+62+231=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 62 (24.61% from 255 or 12.55% from 494); Blue value is 231 (90.62% from 255 or 46.76% from 494); Max value from RGB is 231 - color contains mainly: blue. Hex color #C93EE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93EE7 is #36C118. Grayscale: #7A7A7A. Windows color (decimal): -3588377 or 15154889. OLE color: 15154889.

HSL color Cylindrical-coordinate representation of color #C93EE7: hue angle of 289.35º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C93EE7 is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 201 62 231 -
CMYK 0.13 0.73 0 0.09
HSL 289.35º 0.78% 0.57% -
HSV(B) 289.35º 0.73% 0.91% -
XYZ 40.23 21.63 77.66 -
YUV 122.83 189.05 183.76 -
System Red Green Blue C M Y K H S L
Decimal 201 62 231 0.13 0.73 0 0.09 289.35 0.78 0.57
Hex C9 3E E7 D 49 0 9 121 4E 39
Octal 311 76 347 15 111 0 11 441 116 71
Binary 11001001 111110 11100111 1101 1001001 0 1001 100100001 1001110 111001

Color Harmonies of #C93EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93EE7

Black with #C93EE7

Text Example


Text Example

White with #C93EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93EE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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