Html Css Color HEX #CE3BEF Medium Orchid

📋 copy color: '#CE3BEF'

red 206 ◦ green 59 ◦ blue 239

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

Shades of Medium Orchid #CE3BEF

Tints of Medium Orchid #CE3BEF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.71%

 BLUE value IS 239 (93.75% from 255) = 47.42%

R = 40.87%
G = 11.71%
B = 47.42%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE3BEF (or 0xCE3BEF) is known color: Medium Orchid. HEX triplet: CE, 3B and EF. RGB value is (206,59,239). Sum of RGB (Red+Green+Blue) = 206+59+239=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 59 (23.44% from 255 or 11.71% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE3BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3BEF is #31C410. Grayscale: #7A7A7A. Windows color (decimal): -3261457 or 15678414. OLE color: 15678414.

HSL color Cylindrical-coordinate representation of color #CE3BEF: hue angle of 289º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE3BEF is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 59 239 -
CMYK 0.14 0.75 0 0.06
HSL 289º 0.85% 0.58% -
HSV(B) 289º 0.75% 0.94% -
XYZ 42.6 22.48 83.76 -
YUV 123.47 193.2 186.86 -
System Red Green Blue C M Y K H S L
Decimal 206 59 239 0.14 0.75 0 0.06 289 0.85 0.58
Hex CE 3B EF E 4B 0 6 121 55 3A
Octal 316 73 357 16 113 0 6 441 125 72
Binary 11001110 111011 11101111 1110 1001011 0 110 100100001 1010101 111010

Color Harmonies of #CE3BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3BEF

Black with #CE3BEF

Text Example


Text Example

White with #CE3BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3BEF; }

 p { color: rgb(206,59,239); }

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

background-color css

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

 a { background-color: rgb(206,59,239); }

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

border-color css

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

 span { border-color: rgb(206,59,239); }

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