Html Css Color HEX #CE4BEF Medium Orchid

📋 copy color: '#CE4BEF'

red 206 ◦ green 75 ◦ blue 239

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

Shades of Medium Orchid #CE4BEF

Tints of Medium Orchid #CE4BEF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.42%

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

R = 39.62%
G = 14.42%
B = 45.96%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE4BEF (or 0xCE4BEF) is known color: Medium Orchid. HEX triplet: CE, 4B and EF. RGB value is (206,75,239). Sum of RGB (Red+Green+Blue) = 206+75+239=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 75 (29.69% from 255 or 14.42% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE4BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE4BEF is #31B410. Grayscale: #848484. Windows color (decimal): -3257361 or 15682510. OLE color: 15682510.

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

Color convert

RGB 206 75 239 -
CMYK 0.14 0.69 0 0.06
HSL 287.93º 0.84% 0.62% -
HSV(B) 287.93º 0.69% 0.94% -
XYZ 43.55 24.39 84.07 -
YUV 132.87 187.9 180.16 -
System Red Green Blue C M Y K H S L
Decimal 206 75 239 0.14 0.69 0 0.06 287.93 0.84 0.62
Hex CE 4B EF E 45 0 6 120 54 3E
Octal 316 113 357 16 105 0 6 440 124 76
Binary 11001110 1001011 11101111 1110 1000101 0 110 100100000 1010100 111110

Color Harmonies of #CE4BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4BEF

Black with #CE4BEF

Text Example


Text Example

White with #CE4BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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