Html Css Color HEX #CE34E0 Medium Orchid

📋 copy color: '#CE34E0'

red 206 ◦ green 52 ◦ blue 224

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

Shades of Medium Orchid #CE34E0

Tints of Medium Orchid #CE34E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.47%

R = 42.74%
G = 10.79%
B = 46.47%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE34E0 (or 0xCE34E0) is known color: Medium Orchid. HEX triplet: CE, 34 and E0. RGB value is (206,52,224). Sum of RGB (Red+Green+Blue) = 206+52+224=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 52 (20.70% from 255 or 10.79% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE34E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE34E0 is #31CB1F. Grayscale: #757575. Windows color (decimal): -3263264 or 14693582. OLE color: 14693582.

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

Color convert

RGB 206 52 224 -
CMYK 0.08 0.77 0 0.12
HSL 293.72º 0.74% 0.54% -
HSV(B) 293.72º 0.77% 0.88% -
XYZ 40.14 20.96 72.45 -
YUV 117.65 188.02 191.01 -
System Red Green Blue C M Y K H S L
Decimal 206 52 224 0.08 0.77 0 0.12 293.72 0.74 0.54
Hex CE 34 E0 8 4D 0 C 126 4A 36
Octal 316 64 340 10 115 0 14 446 112 66
Binary 11001110 110100 11100000 1000 1001101 0 1100 100100110 1001010 110110

Color Harmonies of #CE34E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE34E0

Black with #CE34E0

Text Example


Text Example

White with #CE34E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE34E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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