Html Css Color HEX #CE52E0 Medium Orchid

📋 copy color: '#CE52E0'

red 206 ◦ green 82 ◦ blue 224

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

Shades of Medium Orchid #CE52E0

Tints of Medium Orchid #CE52E0

RGB

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

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

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

R = 40.23%
G = 16.02%
B = 43.75%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE52E0 (or 0xCE52E0) is known color: Medium Orchid. HEX triplet: CE, 52 and E0. RGB value is (206,82,224). Sum of RGB (Red+Green+Blue) = 206+82+224=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 82 (32.42% from 255 or 16.02% from 512); Blue value is 224 (87.89% from 255 or 43.75% from 512); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE52E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE52E0 is #31AD1F. Grayscale: #868686. Windows color (decimal): -3255584 or 14701262. OLE color: 14701262.

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

Color convert

RGB 206 82 224 -
CMYK 0.08 0.63 0 0.12
HSL 292.39º 0.7% 0.6% -
HSV(B) 292.39º 0.63% 0.88% -
XYZ 41.93 24.54 73.05 -
YUV 135.26 178.08 178.45 -
System Red Green Blue C M Y K H S L
Decimal 206 82 224 0.08 0.63 0 0.12 292.39 0.7 0.6
Hex CE 52 E0 8 3F 0 C 124 46 3C
Octal 316 122 340 10 77 0 14 444 106 74
Binary 11001110 1010010 11100000 1000 111111 0 1100 100100100 1000110 111100

Color Harmonies of #CE52E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE52E0

Black with #CE52E0

Text Example


Text Example

White with #CE52E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE52E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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