Html Css Color HEX #C93EEF Medium Orchid

📋 copy color: '#C93EEF'

red 201 ◦ green 62 ◦ blue 239

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

Shades of Medium Orchid #C93EEF

Tints of Medium Orchid #C93EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.61%

R = 40.04%
G = 12.35%
B = 47.61%

CMYK

 C value IS 0.16

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C93EEF (or 0xC93EEF) is known color: Medium Orchid. HEX triplet: C9, 3E and EF. RGB value is (201,62,239). Sum of RGB (Red+Green+Blue) = 201+62+239=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 62 (24.61% from 255 or 12.35% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #C93EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93EEF is #36C110. Grayscale: #7B7B7B. Windows color (decimal): -3588369 or 15679177. OLE color: 15679177.

HSL color Cylindrical-coordinate representation of color #C93EEF: hue angle of 287.12º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93EEF is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 62 239 -
CMYK 0.16 0.74 0 0.06
HSL 287.12º 0.85% 0.59% -
HSV(B) 287.12º 0.74% 0.94% -
XYZ 41.39 22.09 83.74 -
YUV 123.74 193.05 183.11 -
System Red Green Blue C M Y K H S L
Decimal 201 62 239 0.16 0.74 0 0.06 287.12 0.85 0.59
Hex C9 3E EF 10 4A 0 6 11F 55 3B
Octal 311 76 357 20 112 0 6 437 125 73
Binary 11001001 111110 11101111 10000 1001010 0 110 100011111 1010101 111011

Color Harmonies of #C93EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93EEF

Black with #C93EEF

Text Example


Text Example

White with #C93EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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