Html Css Color HEX #CE40EC Medium Orchid

📋 copy color: '#CE40EC'

red 206 ◦ green 64 ◦ blue 236

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

Shades of Medium Orchid #CE40EC

Tints of Medium Orchid #CE40EC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.65%

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

R = 40.71%
G = 12.65%
B = 46.64%

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

#CE40EC (or 0xCE40EC) is known color: Medium Orchid. HEX triplet: CE, 40 and EC. RGB value is (206,64,236). Sum of RGB (Red+Green+Blue) = 206+64+236=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 64 (25.39% from 255 or 12.65% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE40EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE40EC is #31BF13. Grayscale: #7D7D7D. Windows color (decimal): -3260180 or 15483086. OLE color: 15483086.

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

Color convert

RGB 206 64 236 -
CMYK 0.13 0.73 0 0.07
HSL 289.53º 0.82% 0.59% -
HSV(B) 289.53º 0.73% 0.93% -
XYZ 42.43 22.84 81.53 -
YUV 126.07 190.04 185.01 -
System Red Green Blue C M Y K H S L
Decimal 206 64 236 0.13 0.73 0 0.07 289.53 0.82 0.59
Hex CE 40 EC D 49 0 7 122 52 3B
Octal 316 100 354 15 111 0 7 442 122 73
Binary 11001110 1000000 11101100 1101 1001001 0 111 100100010 1010010 111011

Color Harmonies of #CE40EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE40EC

Black with #CE40EC

Text Example


Text Example

White with #CE40EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE40EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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