Html Css Color HEX #CE4AEE Medium Orchid

📋 copy color: '#CE4AEE'

red 206 ◦ green 74 ◦ blue 238

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

Shades of Medium Orchid #CE4AEE

Tints of Medium Orchid #CE4AEE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.29%

 BLUE value IS 238 (93.36% from 255) = 45.95%

R = 39.77%
G = 14.29%
B = 45.95%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE4AEE (or 0xCE4AEE) is known color: Medium Orchid. HEX triplet: CE, 4A and EE. RGB value is (206,74,238). Sum of RGB (Red+Green+Blue) = 206+74+238=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 74 (29.30% from 255 or 14.29% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE4AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE4AEE is #31B511. Grayscale: #838383. Windows color (decimal): -3257618 or 15616718. OLE color: 15616718.

HSL color Cylindrical-coordinate representation of color #CE4AEE: hue angle of 288.29º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE4AEE is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 74 238 -
CMYK 0.13 0.69 0 0.07
HSL 288.29º 0.83% 0.61% -
HSV(B) 288.29º 0.69% 0.93% -
XYZ 43.34 24.19 83.27 -
YUV 132.16 187.73 180.66 -
System Red Green Blue C M Y K H S L
Decimal 206 74 238 0.13 0.69 0 0.07 288.29 0.83 0.61
Hex CE 4A EE D 45 0 7 120 53 3D
Octal 316 112 356 15 105 0 7 440 123 75
Binary 11001110 1001010 11101110 1101 1000101 0 111 100100000 1010011 111101

Color Harmonies of #CE4AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4AEE

Black with #CE4AEE

Text Example


Text Example

White with #CE4AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4AEE; }

 p { color: rgb(206,74,238); }

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

background-color css

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

 a { background-color: rgb(206,74,238); }

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

border-color css

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

 span { border-color: rgb(206,74,238); }

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