Html Css Color HEX #CE52EA Medium Orchid

📋 copy color: '#CE52EA'

red 206 ◦ green 82 ◦ blue 234

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

Shades of Medium Orchid #CE52EA

Tints of Medium Orchid #CE52EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.83%

R = 39.46%
G = 15.71%
B = 44.83%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE52EA (or 0xCE52EA) is known color: Medium Orchid. HEX triplet: CE, 52 and EA. RGB value is (206,82,234). Sum of RGB (Red+Green+Blue) = 206+82+234=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 82 (32.42% from 255 or 15.71% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE52EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE52EA is #31AD15. Grayscale: #878787. Windows color (decimal): -3255574 or 15356622. OLE color: 15356622.

HSL color Cylindrical-coordinate representation of color #CE52EA: hue angle of 288.95º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE52EA is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 82 234 -
CMYK 0.12 0.65 0 0.08
HSL 288.95º 0.78% 0.62% -
HSV(B) 288.95º 0.65% 0.92% -
XYZ 43.32 25.1 80.4 -
YUV 136.4 183.08 177.64 -
System Red Green Blue C M Y K H S L
Decimal 206 82 234 0.12 0.65 0 0.08 288.95 0.78 0.62
Hex CE 52 EA C 41 0 8 121 4E 3E
Octal 316 122 352 14 101 0 10 441 116 76
Binary 11001110 1010010 11101010 1100 1000001 0 1000 100100001 1001110 111110

Color Harmonies of #CE52EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE52EA

Black with #CE52EA

Text Example


Text Example

White with #CE52EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE52EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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