Html Css Color HEX #CE5AE6 Medium Orchid

📋 copy color: '#CE5AE6'

red 206 ◦ green 90 ◦ blue 230

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

Shades of Medium Orchid #CE5AE6

Tints of Medium Orchid #CE5AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.73%

R = 39.16%
G = 17.11%
B = 43.73%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CE5AE6 (or 0xCE5AE6) is known color: Medium Orchid. HEX triplet: CE, 5A and E6. RGB value is (206,90,230). Sum of RGB (Red+Green+Blue) = 206+90+230=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 90 (35.55% from 255 or 17.11% from 526); Blue value is 230 (90.23% from 255 or 43.73% from 526); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE5AE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5AE6 is #31A519. Grayscale: #8C8C8C. Windows color (decimal): -3253530 or 15096526. OLE color: 15096526.

HSL color Cylindrical-coordinate representation of color #CE5AE6: hue angle of 289.71º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE5AE6 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 90 230 -
CMYK 0.10 0.61 0 0.10
HSL 289.71º 0.74% 0.63% -
HSV(B) 289.71º 0.61% 0.9% -
XYZ 43.39 26.15 77.62 -
YUV 140.64 178.43 174.62 -
System Red Green Blue C M Y K H S L
Decimal 206 90 230 0.10 0.61 0 0.10 289.71 0.74 0.63
Hex CE 5A E6 A 3D 0 A 122 4A 3F
Octal 316 132 346 12 75 0 12 442 112 77
Binary 11001110 1011010 11100110 1010 111101 0 1010 100100010 1001010 111111

Color Harmonies of #CE5AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5AE6

Black with #CE5AE6

Text Example


Text Example

White with #CE5AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5AE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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