Html Css Color HEX #CE3EE4 Medium Orchid

📋 copy color: '#CE3EE4'

red 206 ◦ green 62 ◦ blue 228

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

Shades of Medium Orchid #CE3EE4

Tints of Medium Orchid #CE3EE4

RGB

 RED value IS 206 (80.86% from 255) = 41.53%

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

 BLUE value IS 228 (89.45% from 255) = 45.97%

R = 41.53%
G = 12.5%
B = 45.97%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CE3EE4 (or 0xCE3EE4) is known color: Medium Orchid. HEX triplet: CE, 3E and E4. RGB value is (206,62,228). Sum of RGB (Red+Green+Blue) = 206+62+228=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 62 (24.61% from 255 or 12.5% from 496); Blue value is 228 (89.45% from 255 or 45.97% from 496); Max value from RGB is 228 - color contains mainly: blue. Hex color #CE3EE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3EE4 is #31C11B. Grayscale: #7B7B7B. Windows color (decimal): -3260700 or 14958286. OLE color: 14958286.

HSL color Cylindrical-coordinate representation of color #CE3EE4: hue angle of 292.05º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE3EE4 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 62 228 -
CMYK 0.10 0.73 0 0.11
HSL 292.05º 0.75% 0.57% -
HSV(B) 292.05º 0.73% 0.89% -
XYZ 41.18 22.17 75.51 -
YUV 123.98 186.71 186.5 -
System Red Green Blue C M Y K H S L
Decimal 206 62 228 0.10 0.73 0 0.11 292.05 0.75 0.57
Hex CE 3E E4 A 49 0 B 124 4B 39
Octal 316 76 344 12 111 0 13 444 113 71
Binary 11001110 111110 11100100 1010 1001001 0 1011 100100100 1001011 111001

Color Harmonies of #CE3EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3EE4

Black with #CE3EE4

Text Example


Text Example

White with #CE3EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3EE4; }

 p { color: rgb(206,62,228); }

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

background-color css

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

 a { background-color: rgb(206,62,228); }

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

border-color css

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

 span { border-color: rgb(206,62,228); }

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