Html Css Color HEX #CE33EB Medium Orchid

📋 copy color: '#CE33EB'

red 206 ◦ green 51 ◦ blue 235

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

Shades of Medium Orchid #CE33EB

Tints of Medium Orchid #CE33EB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.37%

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

R = 41.87%
G = 10.37%
B = 47.76%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE33EB (or 0xCE33EB) is known color: Medium Orchid. HEX triplet: CE, 33 and EB. RGB value is (206,51,235). Sum of RGB (Red+Green+Blue) = 206+51+235=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 51 (20.31% from 255 or 10.37% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE33EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE33EB is #31CC14. Grayscale: #757575. Windows color (decimal): -3263509 or 15414222. OLE color: 15414222.

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

Color convert

RGB 206 51 235 -
CMYK 0.12 0.78 0 0.08
HSL 290.54º 0.82% 0.56% -
HSV(B) 290.54º 0.78% 0.92% -
XYZ 41.63 21.49 80.55 -
YUV 118.32 193.85 190.54 -
System Red Green Blue C M Y K H S L
Decimal 206 51 235 0.12 0.78 0 0.08 290.54 0.82 0.56
Hex CE 33 EB C 4E 0 8 123 52 38
Octal 316 63 353 14 116 0 10 443 122 70
Binary 11001110 110011 11101011 1100 1001110 0 1000 100100011 1010010 111000

Color Harmonies of #CE33EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE33EB

Black with #CE33EB

Text Example


Text Example

White with #CE33EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE33EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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