Html Css Color HEX #CE3FEB Medium Orchid

📋 copy color: '#CE3FEB'

red 206 ◦ green 63 ◦ blue 235

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

Shades of Medium Orchid #CE3FEB

Tints of Medium Orchid #CE3FEB

RGB

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

 GREEN value IS 63 (25% from 255) = 12.5%

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

R = 40.87%
G = 12.5%
B = 46.63%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE3FEB (or 0xCE3FEB) is known color: Medium Orchid. HEX triplet: CE, 3F and EB. RGB value is (206,63,235). Sum of RGB (Red+Green+Blue) = 206+63+235=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 63 (25% from 255 or 12.5% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE3FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3FEB is #31C014. Grayscale: #7C7C7C. Windows color (decimal): -3260437 or 15417294. OLE color: 15417294.

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

Color convert

RGB 206 63 235 -
CMYK 0.12 0.73 0 0.08
HSL 289.88º 0.81% 0.58% -
HSV(B) 289.88º 0.73% 0.92% -
XYZ 42.23 22.67 80.75 -
YUV 125.37 189.88 185.51 -
System Red Green Blue C M Y K H S L
Decimal 206 63 235 0.12 0.73 0 0.08 289.88 0.81 0.58
Hex CE 3F EB C 49 0 8 122 51 3A
Octal 316 77 353 14 111 0 10 442 121 72
Binary 11001110 111111 11101011 1100 1001001 0 1000 100100010 1010001 111010

Color Harmonies of #CE3FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3FEB

Black with #CE3FEB

Text Example


Text Example

White with #CE3FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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