Html Css Color HEX #CE33EA Medium Orchid

📋 copy color: '#CE33EA'

red 206 ◦ green 51 ◦ blue 234

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

Shades of Medium Orchid #CE33EA

Tints of Medium Orchid #CE33EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.66%

R = 41.96%
G = 10.39%
B = 47.66%

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

#CE33EA (or 0xCE33EA) is known color: Medium Orchid. HEX triplet: CE, 33 and EA. RGB value is (206,51,234). Sum of RGB (Red+Green+Blue) = 206+51+234=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 51 (20.31% from 255 or 10.39% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE33EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE33EA is #31CC15. Grayscale: #757575. Windows color (decimal): -3263510 or 15348686. OLE color: 15348686.

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

Color convert

RGB 206 51 234 -
CMYK 0.12 0.78 0 0.08
HSL 290.82º 0.81% 0.56% -
HSV(B) 290.82º 0.78% 0.92% -
XYZ 41.49 21.43 79.79 -
YUV 118.21 193.35 190.62 -
System Red Green Blue C M Y K H S L
Decimal 206 51 234 0.12 0.78 0 0.08 290.82 0.81 0.56
Hex CE 33 EA C 4E 0 8 123 51 38
Octal 316 63 352 14 116 0 10 443 121 70
Binary 11001110 110011 11101010 1100 1001110 0 1000 100100011 1010001 111000

Color Harmonies of #CE33EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE33EA

Black with #CE33EA

Text Example


Text Example

White with #CE33EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE33EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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