Html Css Color HEX #CE4FEB Medium Orchid

📋 copy color: '#CE4FEB'

red 206 ◦ green 79 ◦ blue 235

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

Shades of Medium Orchid #CE4FEB

Tints of Medium Orchid #CE4FEB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.19%

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

R = 39.62%
G = 15.19%
B = 45.19%

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

#CE4FEB (or 0xCE4FEB) is known color: Medium Orchid. HEX triplet: CE, 4F and EB. RGB value is (206,79,235). Sum of RGB (Red+Green+Blue) = 206+79+235=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 79 (31.25% from 255 or 15.19% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE4FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE4FEB is #31B014. Grayscale: #868686. Windows color (decimal): -3256341 or 15421390. OLE color: 15421390.

HSL color Cylindrical-coordinate representation of color #CE4FEB: hue angle of 288.85º degrees, saturation: 0.8, 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 #CE4FEB is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 79 235 -
CMYK 0.12 0.66 0 0.08
HSL 288.85º 0.8% 0.62% -
HSV(B) 288.85º 0.66% 0.92% -
XYZ 43.24 24.71 81.09 -
YUV 134.76 184.58 178.82 -
System Red Green Blue C M Y K H S L
Decimal 206 79 235 0.12 0.66 0 0.08 288.85 0.8 0.62
Hex CE 4F EB C 42 0 8 121 50 3E
Octal 316 117 353 14 102 0 10 441 120 76
Binary 11001110 1001111 11101011 1100 1000010 0 1000 100100001 1010000 111110

Color Harmonies of #CE4FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4FEB

Black with #CE4FEB

Text Example


Text Example

White with #CE4FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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