Html Css Color HEX #CE34E3 Medium Orchid

📋 copy color: '#CE34E3'

red 206 ◦ green 52 ◦ blue 227

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

Shades of Medium Orchid #CE34E3

Tints of Medium Orchid #CE34E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 46.8%

R = 42.47%
G = 10.72%
B = 46.8%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CE34E3 (or 0xCE34E3) is known color: Medium Orchid. HEX triplet: CE, 34 and E3. RGB value is (206,52,227). Sum of RGB (Red+Green+Blue) = 206+52+227=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 52 (20.70% from 255 or 10.72% from 485); Blue value is 227 (89.06% from 255 or 46.80% from 485); Max value from RGB is 227 - color contains mainly: blue. Hex color #CE34E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE34E3 is #31CB1C. Grayscale: #757575. Windows color (decimal): -3263261 or 14890190. OLE color: 14890190.

HSL color Cylindrical-coordinate representation of color #CE34E3: hue angle of 292.8º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE34E3 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 52 227 -
CMYK 0.09 0.77 0 0.11
HSL 292.8º 0.76% 0.55% -
HSV(B) 292.8º 0.77% 0.89% -
XYZ 40.55 21.12 74.61 -
YUV 118 189.52 190.77 -
System Red Green Blue C M Y K H S L
Decimal 206 52 227 0.09 0.77 0 0.11 292.8 0.76 0.55
Hex CE 34 E3 9 4D 0 B 125 4C 37
Octal 316 64 343 11 115 0 13 445 114 67
Binary 11001110 110100 11100011 1001 1001101 0 1011 100100101 1001100 110111

Color Harmonies of #CE34E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE34E3

Black with #CE34E3

Text Example


Text Example

White with #CE34E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE34E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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