Html Css Color HEX #CE5AED Medium Orchid

📋 copy color: '#CE5AED'

red 206 ◦ green 90 ◦ blue 237

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

Shades of Medium Orchid #CE5AED

Tints of Medium Orchid #CE5AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.47%

R = 38.65%
G = 16.89%
B = 44.47%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE5AED (or 0xCE5AED) is known color: Medium Orchid. HEX triplet: CE, 5A and ED. RGB value is (206,90,237). Sum of RGB (Red+Green+Blue) = 206+90+237=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 90 (35.55% from 255 or 16.89% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE5AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5AED is #31A512. Grayscale: #8C8C8C. Windows color (decimal): -3253523 or 15555278. OLE color: 15555278.

HSL color Cylindrical-coordinate representation of color #CE5AED: hue angle of 287.35º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE5AED is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 90 237 -
CMYK 0.13 0.62 0 0.07
HSL 287.35º 0.8% 0.64% -
HSV(B) 287.35º 0.62% 0.93% -
XYZ 44.4 26.55 82.91 -
YUV 141.44 181.93 174.05 -
System Red Green Blue C M Y K H S L
Decimal 206 90 237 0.13 0.62 0 0.07 287.35 0.8 0.64
Hex CE 5A ED D 3E 0 7 11F 50 40
Octal 316 132 355 15 76 0 7 437 120 100
Binary 11001110 1011010 11101101 1101 111110 0 111 100011111 1010000 1000000

Color Harmonies of #CE5AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5AED

Black with #CE5AED

Text Example


Text Example

White with #CE5AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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