Html Css Color HEX #CE5AE2 Medium Orchid

📋 copy color: '#CE5AE2'

red 206 ◦ green 90 ◦ blue 226

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

Shades of Medium Orchid #CE5AE2

Tints of Medium Orchid #CE5AE2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.24%

 BLUE value IS 226 (88.67% from 255) = 43.3%

R = 39.46%
G = 17.24%
B = 43.3%

CMYK

 C value IS 0.09

 M value IS 0.60

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CE5AE2 (or 0xCE5AE2) is known color: Medium Orchid. HEX triplet: CE, 5A and E2. RGB value is (206,90,226). Sum of RGB (Red+Green+Blue) = 206+90+226=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 90 (35.55% from 255 or 17.24% from 522); Blue value is 226 (88.67% from 255 or 43.30% from 522); Max value from RGB is 226 - color contains mainly: blue. Hex color #CE5AE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5AE2 is #31A51D. Grayscale: #8B8B8B. Windows color (decimal): -3253534 or 14834382. OLE color: 14834382.

HSL color Cylindrical-coordinate representation of color #CE5AE2: hue angle of 291.18º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE5AE2 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 90 226 -
CMYK 0.09 0.60 0 0.11
HSL 291.18º 0.7% 0.62% -
HSV(B) 291.18º 0.6% 0.89% -
XYZ 42.84 25.93 74.7 -
YUV 140.19 176.43 174.94 -
System Red Green Blue C M Y K H S L
Decimal 206 90 226 0.09 0.60 0 0.11 291.18 0.7 0.62
Hex CE 5A E2 9 3C 0 B 123 46 3E
Octal 316 132 342 11 74 0 13 443 106 76
Binary 11001110 1011010 11100010 1001 111100 0 1011 100100011 1000110 111110

Color Harmonies of #CE5AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5AE2

Black with #CE5AE2

Text Example


Text Example

White with #CE5AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5AE2; }

 p { color: rgb(206,90,226); }

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

background-color css

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

 a { background-color: rgb(206,90,226); }

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

border-color css

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

 span { border-color: rgb(206,90,226); }

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