Html Css Color HEX #CE42EF Medium Orchid

📋 copy color: '#CE42EF'

red 206 ◦ green 66 ◦ blue 239

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

Shades of Medium Orchid #CE42EF

Tints of Medium Orchid #CE42EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.77%

R = 40.31%
G = 12.92%
B = 46.77%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE42EF (or 0xCE42EF) is known color: Medium Orchid. HEX triplet: CE, 42 and EF. RGB value is (206,66,239). Sum of RGB (Red+Green+Blue) = 206+66+239=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 66 (26.17% from 255 or 12.92% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE42EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE42EF is #31BD10. Grayscale: #7F7F7F. Windows color (decimal): -3259665 or 15680206. OLE color: 15680206.

HSL color Cylindrical-coordinate representation of color #CE42EF: hue angle of 288.55º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE42EF is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 66 239 -
CMYK 0.14 0.72 0 0.06
HSL 288.55º 0.84% 0.6% -
HSV(B) 288.55º 0.72% 0.94% -
XYZ 42.98 23.25 83.88 -
YUV 127.58 190.88 183.93 -
System Red Green Blue C M Y K H S L
Decimal 206 66 239 0.14 0.72 0 0.06 288.55 0.84 0.6
Hex CE 42 EF E 48 0 6 121 54 3C
Octal 316 102 357 16 110 0 6 441 124 74
Binary 11001110 1000010 11101111 1110 1001000 0 110 100100001 1010100 111100

Color Harmonies of #CE42EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE42EF

Black with #CE42EF

Text Example


Text Example

White with #CE42EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE42EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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