Html Css Color HEX #CE5EEA Medium Orchid

📋 copy color: '#CE5EEA'

red 206 ◦ green 94 ◦ blue 234

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

Shades of Medium Orchid #CE5EEA

Tints of Medium Orchid #CE5EEA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.6%

 BLUE value IS 234 (91.8% from 255) = 43.82%

R = 38.58%
G = 17.6%
B = 43.82%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE5EEA (or 0xCE5EEA) is known color: Medium Orchid. HEX triplet: CE, 5E and EA. RGB value is (206,94,234). Sum of RGB (Red+Green+Blue) = 206+94+234=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 94 (37.11% from 255 or 17.60% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE5EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5EEA is #31A115. Grayscale: #8F8F8F. Windows color (decimal): -3252502 or 15359694. OLE color: 15359694.

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

Color convert

RGB 206 94 234 -
CMYK 0.12 0.60 0 0.08
HSL 288º 0.77% 0.64% -
HSV(B) 288º 0.6% 0.92% -
XYZ 44.31 27.07 80.73 -
YUV 143.45 179.11 172.62 -
System Red Green Blue C M Y K H S L
Decimal 206 94 234 0.12 0.60 0 0.08 288 0.77 0.64
Hex CE 5E EA C 3C 0 8 120 4D 40
Octal 316 136 352 14 74 0 10 440 115 100
Binary 11001110 1011110 11101010 1100 111100 0 1000 100100000 1001101 1000000

Color Harmonies of #CE5EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5EEA

Black with #CE5EEA

Text Example


Text Example

White with #CE5EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5EEA; }

 p { color: rgb(206,94,234); }

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

background-color css

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

 a { background-color: rgb(206,94,234); }

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

border-color css

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

 span { border-color: rgb(206,94,234); }

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