Html Css Color HEX #CE4AE0 Medium Orchid

📋 copy color: '#CE4AE0'

red 206 ◦ green 74 ◦ blue 224

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

Shades of Medium Orchid #CE4AE0

Tints of Medium Orchid #CE4AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.44%

R = 40.87%
G = 14.68%
B = 44.44%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE4AE0 (or 0xCE4AE0) is known color: Medium Orchid. HEX triplet: CE, 4A and E0. RGB value is (206,74,224). Sum of RGB (Red+Green+Blue) = 206+74+224=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 74 (29.30% from 255 or 14.68% from 504); Blue value is 224 (87.89% from 255 or 44.44% from 504); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE4AE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4AE0 is #31B51F. Grayscale: #828282. Windows color (decimal): -3257632 or 14699214. OLE color: 14699214.

HSL color Cylindrical-coordinate representation of color #CE4AE0: hue angle of 292.8º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE4AE0 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 74 224 -
CMYK 0.08 0.67 0 0.12
HSL 292.8º 0.71% 0.58% -
HSV(B) 292.8º 0.67% 0.88% -
XYZ 41.36 23.4 72.86 -
YUV 130.57 180.73 181.8 -
System Red Green Blue C M Y K H S L
Decimal 206 74 224 0.08 0.67 0 0.12 292.8 0.71 0.58
Hex CE 4A E0 8 43 0 C 125 47 3A
Octal 316 112 340 10 103 0 14 445 107 72
Binary 11001110 1001010 11100000 1000 1000011 0 1100 100100101 1000111 111010

Color Harmonies of #CE4AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4AE0

Black with #CE4AE0

Text Example


Text Example

White with #CE4AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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