Html Css Color HEX #C93ED7 Medium Orchid

📋 copy color: '#C93ED7'

red 201 ◦ green 62 ◦ blue 215

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

Shades of Medium Orchid #C93ED7

Tints of Medium Orchid #C93ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.98%

R = 42.05%
G = 12.97%
B = 44.98%

CMYK

 C value IS 0.07

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C93ED7 (or 0xC93ED7) is known color: Medium Orchid. HEX triplet: C9, 3E and D7. RGB value is (201,62,215). Sum of RGB (Red+Green+Blue) = 201+62+215=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 62 (24.61% from 255 or 12.97% from 478); Blue value is 215 (84.38% from 255 or 44.98% from 478); Max value from RGB is 215 - color contains mainly: blue. Hex color #C93ED7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93ED7 is #36C128. Grayscale: #787878. Windows color (decimal): -3588393 or 14106313. OLE color: 14106313.

HSL color Cylindrical-coordinate representation of color #C93ED7: hue angle of 294.51º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93ED7 is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 62 215 -
CMYK 0.07 0.71 0 0.16
HSL 294.51º 0.66% 0.54% -
HSV(B) 294.51º 0.71% 0.84% -
XYZ 38.08 20.77 66.29 -
YUV 121 181.05 185.06 -
System Red Green Blue C M Y K H S L
Decimal 201 62 215 0.07 0.71 0 0.16 294.51 0.66 0.54
Hex C9 3E D7 7 47 0 10 127 42 36
Octal 311 76 327 7 107 0 20 447 102 66
Binary 11001001 111110 11010111 111 1000111 0 10000 100100111 1000010 110110

Color Harmonies of #C93ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93ED7

Black with #C93ED7

Text Example


Text Example

White with #C93ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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