Html Css Color HEX #CE5AEB Medium Orchid

📋 copy color: '#CE5AEB'

red 206 ◦ green 90 ◦ blue 235

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

Shades of Medium Orchid #CE5AEB

Tints of Medium Orchid #CE5AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.26%

R = 38.79%
G = 16.95%
B = 44.26%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE5AEB (or 0xCE5AEB) is known color: Medium Orchid. HEX triplet: CE, 5A and EB. RGB value is (206,90,235). Sum of RGB (Red+Green+Blue) = 206+90+235=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 90 (35.55% from 255 or 16.95% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE5AEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5AEB is #31A514. Grayscale: #8C8C8C. Windows color (decimal): -3253525 or 15424206. OLE color: 15424206.

HSL color Cylindrical-coordinate representation of color #CE5AEB: hue angle of 288º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE5AEB is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 90 235 -
CMYK 0.12 0.62 0 0.08
HSL 288º 0.78% 0.64% -
HSV(B) 288º 0.62% 0.92% -
XYZ 44.11 26.43 81.37 -
YUV 141.21 180.93 174.21 -
System Red Green Blue C M Y K H S L
Decimal 206 90 235 0.12 0.62 0 0.08 288 0.78 0.64
Hex CE 5A EB C 3E 0 8 120 4E 40
Octal 316 132 353 14 76 0 10 440 116 100
Binary 11001110 1011010 11101011 1100 111110 0 1000 100100000 1001110 1000000

Color Harmonies of #CE5AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5AEB

Black with #CE5AEB

Text Example


Text Example

White with #CE5AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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