Html Css Color HEX #CE34DF Medium Orchid

📋 copy color: '#CE34DF'

red 206 ◦ green 52 ◦ blue 223

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

Shades of Medium Orchid #CE34DF

Tints of Medium Orchid #CE34DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.36%

R = 42.83%
G = 10.81%
B = 46.36%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE34DF (or 0xCE34DF) is known color: Medium Orchid. HEX triplet: CE, 34 and DF. RGB value is (206,52,223). Sum of RGB (Red+Green+Blue) = 206+52+223=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 52 (20.70% from 255 or 10.81% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE34DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE34DF is #31CB20. Grayscale: #757575. Windows color (decimal): -3263265 or 14628046. OLE color: 14628046.

HSL color Cylindrical-coordinate representation of color #CE34DF: hue angle of 294.04º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE34DF is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 52 223 -
CMYK 0.08 0.77 0 0.13
HSL 294.04º 0.73% 0.54% -
HSV(B) 294.04º 0.77% 0.87% -
XYZ 40 20.91 71.74 -
YUV 117.54 187.52 191.1 -
System Red Green Blue C M Y K H S L
Decimal 206 52 223 0.08 0.77 0 0.13 294.04 0.73 0.54
Hex CE 34 DF 8 4D 0 D 126 49 36
Octal 316 64 337 10 115 0 15 446 111 66
Binary 11001110 110100 11011111 1000 1001101 0 1101 100100110 1001001 110110

Color Harmonies of #CE34DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE34DF

Black with #CE34DF

Text Example


Text Example

White with #CE34DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE34DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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