Html Css Color HEX #CE34EC Medium Orchid

📋 copy color: '#CE34EC'

red 206 ◦ green 52 ◦ blue 236

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

Shades of Medium Orchid #CE34EC

Tints of Medium Orchid #CE34EC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.53%

 BLUE value IS 236 (92.58% from 255) = 47.77%

R = 41.7%
G = 10.53%
B = 47.77%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE34EC (or 0xCE34EC) is known color: Medium Orchid. HEX triplet: CE, 34 and EC. RGB value is (206,52,236). Sum of RGB (Red+Green+Blue) = 206+52+236=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 52 (20.70% from 255 or 10.53% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE34EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE34EC is #31CB13. Grayscale: #767676. Windows color (decimal): -3263252 or 15480014. OLE color: 15480014.

HSL color Cylindrical-coordinate representation of color #CE34EC: hue angle of 290.22º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE34EC is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 52 236 -
CMYK 0.13 0.78 0 0.07
HSL 290.22º 0.83% 0.56% -
HSV(B) 290.22º 0.78% 0.93% -
XYZ 41.82 21.63 81.33 -
YUV 119.02 194.02 190.04 -
System Red Green Blue C M Y K H S L
Decimal 206 52 236 0.13 0.78 0 0.07 290.22 0.83 0.56
Hex CE 34 EC D 4E 0 7 122 53 38
Octal 316 64 354 15 116 0 7 442 123 70
Binary 11001110 110100 11101100 1101 1001110 0 111 100100010 1010011 111000

Color Harmonies of #CE34EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE34EC

Black with #CE34EC

Text Example


Text Example

White with #CE34EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE34EC; }

 p { color: rgb(206,52,236); }

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

background-color css

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

 a { background-color: rgb(206,52,236); }

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

border-color css

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

 span { border-color: rgb(206,52,236); }

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