Html Css Color HEX #CE50EB Medium Orchid

📋 copy color: '#CE50EB'

red 206 ◦ green 80 ◦ blue 235

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

Shades of Medium Orchid #CE50EB

Tints of Medium Orchid #CE50EB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.36%

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

R = 39.54%
G = 15.36%
B = 45.11%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE50EB (or 0xCE50EB) is known color: Medium Orchid. HEX triplet: CE, 50 and EB. RGB value is (206,80,235). Sum of RGB (Red+Green+Blue) = 206+80+235=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 80 (31.64% from 255 or 15.36% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE50EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE50EB is #31AF14. Grayscale: #868686. Windows color (decimal): -3256085 or 15421646. OLE color: 15421646.

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

Color convert

RGB 206 80 235 -
CMYK 0.12 0.66 0 0.08
HSL 288.77º 0.79% 0.62% -
HSV(B) 288.77º 0.66% 0.92% -
XYZ 43.32 24.86 81.11 -
YUV 135.34 184.24 178.4 -
System Red Green Blue C M Y K H S L
Decimal 206 80 235 0.12 0.66 0 0.08 288.77 0.79 0.62
Hex CE 50 EB C 42 0 8 121 4F 3E
Octal 316 120 353 14 102 0 10 441 117 76
Binary 11001110 1010000 11101011 1100 1000010 0 1000 100100001 1001111 111110

Color Harmonies of #CE50EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE50EB

Black with #CE50EB

Text Example


Text Example

White with #CE50EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE50EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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