Html Css Color HEX #CE44EF Medium Orchid

📋 copy color: '#CE44EF'

red 206 ◦ green 68 ◦ blue 239

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

Shades of Medium Orchid #CE44EF

Tints of Medium Orchid #CE44EF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.26%

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

R = 40.16%
G = 13.26%
B = 46.59%

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

#CE44EF (or 0xCE44EF) is known color: Medium Orchid. HEX triplet: CE, 44 and EF. RGB value is (206,68,239). Sum of RGB (Red+Green+Blue) = 206+68+239=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 68 (26.95% from 255 or 13.26% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE44EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE44EF is #31BB10. Grayscale: #808080. Windows color (decimal): -3259153 or 15680718. OLE color: 15680718.

HSL color Cylindrical-coordinate representation of color #CE44EF: hue angle of 288.42º 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 #CE44EF is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 68 239 -
CMYK 0.14 0.72 0 0.06
HSL 288.42º 0.84% 0.6% -
HSV(B) 288.42º 0.72% 0.94% -
XYZ 43.1 23.49 83.92 -
YUV 128.76 190.22 183.1 -
System Red Green Blue C M Y K H S L
Decimal 206 68 239 0.14 0.72 0 0.06 288.42 0.84 0.6
Hex CE 44 EF E 48 0 6 120 54 3C
Octal 316 104 357 16 110 0 6 440 124 74
Binary 11001110 1000100 11101111 1110 1001000 0 110 100100000 1010100 111100

Color Harmonies of #CE44EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE44EF

Black with #CE44EF

Text Example


Text Example

White with #CE44EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE44EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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