Html Css Color HEX #CE3EEC Medium Orchid

📋 copy color: '#CE3EEC'

red 206 ◦ green 62 ◦ blue 236

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

Shades of Medium Orchid #CE3EEC

Tints of Medium Orchid #CE3EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.83%

R = 40.87%
G = 12.3%
B = 46.83%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE3EEC (or 0xCE3EEC) is known color: Medium Orchid. HEX triplet: CE, 3E and EC. RGB value is (206,62,236). Sum of RGB (Red+Green+Blue) = 206+62+236=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 62 (24.61% from 255 or 12.30% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE3EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3EEC is #31C113. Grayscale: #7C7C7C. Windows color (decimal): -3260692 or 15482574. OLE color: 15482574.

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

Color convert

RGB 206 62 236 -
CMYK 0.13 0.74 0 0.07
HSL 289.66º 0.82% 0.58% -
HSV(B) 289.66º 0.74% 0.93% -
XYZ 42.32 22.62 81.49 -
YUV 124.89 190.71 185.85 -
System Red Green Blue C M Y K H S L
Decimal 206 62 236 0.13 0.74 0 0.07 289.66 0.82 0.58
Hex CE 3E EC D 4A 0 7 122 52 3A
Octal 316 76 354 15 112 0 7 442 122 72
Binary 11001110 111110 11101100 1101 1001010 0 111 100100010 1010010 111010

Color Harmonies of #CE3EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3EEC

Black with #CE3EEC

Text Example


Text Example

White with #CE3EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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