Html Css Color HEX #CE3EE0 Medium Orchid

📋 copy color: '#CE3EE0'

red 206 ◦ green 62 ◦ blue 224

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

Shades of Medium Orchid #CE3EE0

Tints of Medium Orchid #CE3EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.53%

R = 41.87%
G = 12.6%
B = 45.53%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE3EE0 (or 0xCE3EE0) is known color: Medium Orchid. HEX triplet: CE, 3E and E0. RGB value is (206,62,224). Sum of RGB (Red+Green+Blue) = 206+62+224=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 62 (24.61% from 255 or 12.60% from 492); Blue value is 224 (87.89% from 255 or 45.53% from 492); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE3EE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3EE0 is #31C11F. Grayscale: #7B7B7B. Windows color (decimal): -3260704 or 14696142. OLE color: 14696142.

HSL color Cylindrical-coordinate representation of color #CE3EE0: hue angle of 293.33º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3EE0 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 62 224 -
CMYK 0.08 0.72 0 0.12
HSL 293.33º 0.72% 0.56% -
HSV(B) 293.33º 0.72% 0.88% -
XYZ 40.63 21.95 72.62 -
YUV 123.52 184.71 186.83 -
System Red Green Blue C M Y K H S L
Decimal 206 62 224 0.08 0.72 0 0.12 293.33 0.72 0.56
Hex CE 3E E0 8 48 0 C 125 48 38
Octal 316 76 340 10 110 0 14 445 110 70
Binary 11001110 111110 11100000 1000 1001000 0 1100 100100101 1001000 111000

Color Harmonies of #CE3EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3EE0

Black with #CE3EE0

Text Example


Text Example

White with #CE3EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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