Html Css Color HEX #CE34EB Medium Orchid

📋 copy color: '#CE34EB'

red 206 ◦ green 52 ◦ blue 235

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

Shades of Medium Orchid #CE34EB

Tints of Medium Orchid #CE34EB

RGB

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

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

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

R = 41.78%
G = 10.55%
B = 47.67%

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

#CE34EB (or 0xCE34EB) is known color: Medium Orchid. HEX triplet: CE, 34 and EB. RGB value is (206,52,235). Sum of RGB (Red+Green+Blue) = 206+52+235=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 52 (20.70% from 255 or 10.55% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE34EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE34EB is #31CB14. Grayscale: #767676. Windows color (decimal): -3263253 or 15414478. OLE color: 15414478.

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

Color convert

RGB 206 52 235 -
CMYK 0.12 0.78 0 0.08
HSL 290.49º 0.82% 0.56% -
HSV(B) 290.49º 0.78% 0.92% -
XYZ 41.68 21.58 80.57 -
YUV 118.91 193.52 190.12 -
System Red Green Blue C M Y K H S L
Decimal 206 52 235 0.12 0.78 0 0.08 290.49 0.82 0.56
Hex CE 34 EB C 4E 0 8 122 52 38
Octal 316 64 353 14 116 0 10 442 122 70
Binary 11001110 110100 11101011 1100 1001110 0 1000 100100010 1010010 111000

Color Harmonies of #CE34EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE34EB

Black with #CE34EB

Text Example


Text Example

White with #CE34EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE34EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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