Html Css Color HEX #CE42E8 Medium Orchid

📋 copy color: '#CE42E8'

red 206 ◦ green 66 ◦ blue 232

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

Shades of Medium Orchid #CE42E8

Tints of Medium Orchid #CE42E8

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.1%

 BLUE value IS 232 (91.02% from 255) = 46.03%

R = 40.87%
G = 13.1%
B = 46.03%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CE42E8 (or 0xCE42E8) is known color: Medium Orchid. HEX triplet: CE, 42 and E8. RGB value is (206,66,232). Sum of RGB (Red+Green+Blue) = 206+66+232=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 66 (26.17% from 255 or 13.10% from 504); Blue value is 232 (91.02% from 255 or 46.03% from 504); Max value from RGB is 232 - color contains mainly: blue. Hex color #CE42E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE42E8 is #31BD17. Grayscale: #7E7E7E. Windows color (decimal): -3259672 or 15221454. OLE color: 15221454.

HSL color Cylindrical-coordinate representation of color #CE42E8: hue angle of 290.6º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE42E8 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 66 232 -
CMYK 0.11 0.72 0 0.09
HSL 290.6º 0.78% 0.58% -
HSV(B) 290.6º 0.72% 0.91% -
XYZ 41.97 22.84 78.54 -
YUV 126.78 187.38 184.5 -
System Red Green Blue C M Y K H S L
Decimal 206 66 232 0.11 0.72 0 0.09 290.6 0.78 0.58
Hex CE 42 E8 B 48 0 9 123 4E 3A
Octal 316 102 350 13 110 0 11 443 116 72
Binary 11001110 1000010 11101000 1011 1001000 0 1001 100100011 1001110 111010

Color Harmonies of #CE42E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE42E8

Black with #CE42E8

Text Example


Text Example

White with #CE42E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE42E8; }

 p { color: rgb(206,66,232); }

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

background-color css

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

 a { background-color: rgb(206,66,232); }

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

border-color css

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

 span { border-color: rgb(206,66,232); }

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