Html Css Color HEX #CE3AE6 Medium Orchid

📋 copy color: '#CE3AE6'

red 206 ◦ green 58 ◦ blue 230

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

Shades of Medium Orchid #CE3AE6

Tints of Medium Orchid #CE3AE6

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.74%

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

R = 41.7%
G = 11.74%
B = 46.56%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CE3AE6 (or 0xCE3AE6) is known color: Medium Orchid. HEX triplet: CE, 3A and E6. RGB value is (206,58,230). Sum of RGB (Red+Green+Blue) = 206+58+230=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 58 (23.05% from 255 or 11.74% from 494); Blue value is 230 (90.23% from 255 or 46.56% from 494); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE3AE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3AE6 is #31C519. Grayscale: #797979. Windows color (decimal): -3261722 or 15088334. OLE color: 15088334.

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

Color convert

RGB 206 58 230 -
CMYK 0.10 0.75 0 0.10
HSL 291.63º 0.77% 0.56% -
HSV(B) 291.63º 0.75% 0.9% -
XYZ 41.25 21.86 76.91 -
YUV 121.86 189.03 188.01 -
System Red Green Blue C M Y K H S L
Decimal 206 58 230 0.10 0.75 0 0.10 291.63 0.77 0.56
Hex CE 3A E6 A 4B 0 A 124 4D 38
Octal 316 72 346 12 113 0 12 444 115 70
Binary 11001110 111010 11100110 1010 1001011 0 1010 100100100 1001101 111000

Color Harmonies of #CE3AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3AE6

Black with #CE3AE6

Text Example


Text Example

White with #CE3AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3AE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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