Html Css Color HEX #CE4FEC Medium Orchid

📋 copy color: '#CE4FEC'

red 206 ◦ green 79 ◦ blue 236

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

Shades of Medium Orchid #CE4FEC

Tints of Medium Orchid #CE4FEC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.16%

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

R = 39.54%
G = 15.16%
B = 45.3%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE4FEC (or 0xCE4FEC) is known color: Medium Orchid. HEX triplet: CE, 4F and EC. RGB value is (206,79,236). Sum of RGB (Red+Green+Blue) = 206+79+236=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 79 (31.25% from 255 or 15.16% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE4FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE4FEC is #31B013. Grayscale: #868686. Windows color (decimal): -3256340 or 15486926. OLE color: 15486926.

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

Color convert

RGB 206 79 236 -
CMYK 0.13 0.67 0 0.07
HSL 288.54º 0.81% 0.62% -
HSV(B) 288.54º 0.67% 0.93% -
XYZ 43.39 24.77 81.85 -
YUV 134.87 185.08 178.73 -
System Red Green Blue C M Y K H S L
Decimal 206 79 236 0.13 0.67 0 0.07 288.54 0.81 0.62
Hex CE 4F EC D 43 0 7 121 51 3E
Octal 316 117 354 15 103 0 7 441 121 76
Binary 11001110 1001111 11101100 1101 1000011 0 111 100100001 1010001 111110

Color Harmonies of #CE4FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4FEC

Black with #CE4FEC

Text Example


Text Example

White with #CE4FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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