Html Css Color HEX #C93EEE Medium Orchid

📋 copy color: '#C93EEE'

red 201 ◦ green 62 ◦ blue 238

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

Shades of Medium Orchid #C93EEE

Tints of Medium Orchid #C93EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.5%

R = 40.12%
G = 12.38%
B = 47.5%

CMYK

 C value IS 0.16

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C93EEE (or 0xC93EEE) is known color: Medium Orchid. HEX triplet: C9, 3E and EE. RGB value is (201,62,238). Sum of RGB (Red+Green+Blue) = 201+62+238=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 62 (24.61% from 255 or 12.38% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #C93EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93EEE is #36C111. Grayscale: #7B7B7B. Windows color (decimal): -3588370 or 15613641. OLE color: 15613641.

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

Color convert

RGB 201 62 238 -
CMYK 0.16 0.74 0 0.07
HSL 287.39º 0.84% 0.59% -
HSV(B) 287.39º 0.74% 0.93% -
XYZ 41.24 22.04 82.97 -
YUV 123.63 192.55 183.19 -
System Red Green Blue C M Y K H S L
Decimal 201 62 238 0.16 0.74 0 0.07 287.39 0.84 0.59
Hex C9 3E EE 10 4A 0 7 11F 54 3B
Octal 311 76 356 20 112 0 7 437 124 73
Binary 11001001 111110 11101110 10000 1001010 0 111 100011111 1010100 111011

Color Harmonies of #C93EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93EEE

Black with #C93EEE

Text Example


Text Example

White with #C93EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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