Html Css Color HEX #CE3FEC Medium Orchid

📋 copy color: '#CE3FEC'

red 206 ◦ green 63 ◦ blue 236

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

Shades of Medium Orchid #CE3FEC

Tints of Medium Orchid #CE3FEC

RGB

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

 GREEN value IS 63 (25% from 255) = 12.48%

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

R = 40.79%
G = 12.48%
B = 46.73%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE3FEC (or 0xCE3FEC) is known color: Medium Orchid. HEX triplet: CE, 3F and EC. RGB value is (206,63,236). Sum of RGB (Red+Green+Blue) = 206+63+236=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 63 (25% from 255 or 12.48% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE3FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3FEC is #31C013. Grayscale: #7C7C7C. Windows color (decimal): -3260436 or 15482830. OLE color: 15482830.

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

Color convert

RGB 206 63 236 -
CMYK 0.13 0.73 0 0.07
HSL 289.6º 0.82% 0.59% -
HSV(B) 289.6º 0.73% 0.93% -
XYZ 42.37 22.73 81.51 -
YUV 125.48 190.38 185.43 -
System Red Green Blue C M Y K H S L
Decimal 206 63 236 0.13 0.73 0 0.07 289.6 0.82 0.59
Hex CE 3F EC D 49 0 7 122 52 3B
Octal 316 77 354 15 111 0 7 442 122 73
Binary 11001110 111111 11101100 1101 1001001 0 111 100100010 1010010 111011

Color Harmonies of #CE3FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3FEC

Black with #CE3FEC

Text Example


Text Example

White with #CE3FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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