Html Css Color HEX #CE52E2 Medium Orchid

📋 copy color: '#CE52E2'

red 206 ◦ green 82 ◦ blue 226

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

Shades of Medium Orchid #CE52E2

Tints of Medium Orchid #CE52E2

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.95%

 BLUE value IS 226 (88.67% from 255) = 43.97%

R = 40.08%
G = 15.95%
B = 43.97%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CE52E2 (or 0xCE52E2) is known color: Medium Orchid. HEX triplet: CE, 52 and E2. RGB value is (206,82,226). Sum of RGB (Red+Green+Blue) = 206+82+226=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 82 (32.42% from 255 or 15.95% from 514); Blue value is 226 (88.67% from 255 or 43.97% from 514); Max value from RGB is 226 - color contains mainly: blue. Hex color #CE52E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE52E2 is #31AD1D. Grayscale: #878787. Windows color (decimal): -3255582 or 14832334. OLE color: 14832334.

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

Color convert

RGB 206 82 226 -
CMYK 0.09 0.64 0 0.11
HSL 291.67º 0.71% 0.6% -
HSV(B) 291.67º 0.64% 0.89% -
XYZ 42.2 24.65 74.48 -
YUV 135.49 179.08 178.29 -
System Red Green Blue C M Y K H S L
Decimal 206 82 226 0.09 0.64 0 0.11 291.67 0.71 0.6
Hex CE 52 E2 9 40 0 B 124 47 3C
Octal 316 122 342 11 100 0 13 444 107 74
Binary 11001110 1010010 11100010 1001 1000000 0 1011 100100100 1000111 111100

Color Harmonies of #CE52E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE52E2

Black with #CE52E2

Text Example


Text Example

White with #CE52E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE52E2; }

 p { color: rgb(206,82,226); }

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

background-color css

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

 a { background-color: rgb(206,82,226); }

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

border-color css

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

 span { border-color: rgb(206,82,226); }

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