Html Css Color HEX #CE4EEF Medium Orchid

📋 copy color: '#CE4EEF'

red 206 ◦ green 78 ◦ blue 239

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

Shades of Medium Orchid #CE4EEF

Tints of Medium Orchid #CE4EEF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.91%

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

R = 39.39%
G = 14.91%
B = 45.7%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE4EEF (or 0xCE4EEF) is known color: Medium Orchid. HEX triplet: CE, 4E and EF. RGB value is (206,78,239). Sum of RGB (Red+Green+Blue) = 206+78+239=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 78 (30.86% from 255 or 14.91% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE4EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE4EEF is #31B110. Grayscale: #868686. Windows color (decimal): -3256593 or 15683278. OLE color: 15683278.

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

Color convert

RGB 206 78 239 -
CMYK 0.14 0.67 0 0.06
HSL 287.7º 0.83% 0.62% -
HSV(B) 287.7º 0.67% 0.94% -
XYZ 43.76 24.8 84.14 -
YUV 134.63 186.91 178.91 -
System Red Green Blue C M Y K H S L
Decimal 206 78 239 0.14 0.67 0 0.06 287.7 0.83 0.62
Hex CE 4E EF E 43 0 6 120 53 3E
Octal 316 116 357 16 103 0 6 440 123 76
Binary 11001110 1001110 11101111 1110 1000011 0 110 100100000 1010011 111110

Color Harmonies of #CE4EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4EEF

Black with #CE4EEF

Text Example


Text Example

White with #CE4EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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