Html Css Color HEX #CE40EA Medium Orchid

📋 copy color: '#CE40EA'

red 206 ◦ green 64 ◦ blue 234

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

Shades of Medium Orchid #CE40EA

Tints of Medium Orchid #CE40EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.43%

R = 40.87%
G = 12.7%
B = 46.43%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE40EA (or 0xCE40EA) is known color: Medium Orchid. HEX triplet: CE, 40 and EA. RGB value is (206,64,234). Sum of RGB (Red+Green+Blue) = 206+64+234=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 64 (25.39% from 255 or 12.70% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE40EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE40EA is #31BF15. Grayscale: #7D7D7D. Windows color (decimal): -3260182 or 15352014. OLE color: 15352014.

HSL color Cylindrical-coordinate representation of color #CE40EA: hue angle of 290.12º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE40EA is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 64 234 -
CMYK 0.12 0.73 0 0.08
HSL 290.12º 0.8% 0.58% -
HSV(B) 290.12º 0.73% 0.92% -
XYZ 42.14 22.73 80.01 -
YUV 125.84 189.04 185.18 -
System Red Green Blue C M Y K H S L
Decimal 206 64 234 0.12 0.73 0 0.08 290.12 0.8 0.58
Hex CE 40 EA C 49 0 8 122 50 3A
Octal 316 100 352 14 111 0 10 442 120 72
Binary 11001110 1000000 11101010 1100 1001001 0 1000 100100010 1010000 111010

Color Harmonies of #CE40EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE40EA

Black with #CE40EA

Text Example


Text Example

White with #CE40EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE40EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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