Html Css Color HEX #CE4EEC Medium Orchid

📋 copy color: '#CE4EEC'

red 206 ◦ green 78 ◦ blue 236

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

Shades of Medium Orchid #CE4EEC

Tints of Medium Orchid #CE4EEC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15%

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

R = 39.62%
G = 15%
B = 45.38%

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

#CE4EEC (or 0xCE4EEC) is known color: Medium Orchid. HEX triplet: CE, 4E and EC. RGB value is (206,78,236). Sum of RGB (Red+Green+Blue) = 206+78+236=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 78 (30.86% from 255 or 15% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE4EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE4EEC is #31B113. Grayscale: #858585. Windows color (decimal): -3256596 or 15486670. OLE color: 15486670.

HSL color Cylindrical-coordinate representation of color #CE4EEC: hue angle of 288.61º 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 #CE4EEC is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 78 236 -
CMYK 0.13 0.67 0 0.07
HSL 288.61º 0.81% 0.62% -
HSV(B) 288.61º 0.67% 0.93% -
XYZ 43.32 24.63 81.83 -
YUV 134.28 185.41 179.15 -
System Red Green Blue C M Y K H S L
Decimal 206 78 236 0.13 0.67 0 0.07 288.61 0.81 0.62
Hex CE 4E EC D 43 0 7 121 51 3E
Octal 316 116 354 15 103 0 7 441 121 76
Binary 11001110 1001110 11101100 1101 1000011 0 111 100100001 1010001 111110

Color Harmonies of #CE4EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4EEC

Black with #CE4EEC

Text Example


Text Example

White with #CE4EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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