Html Css Color HEX #CE52EF Medium Orchid

📋 copy color: '#CE52EF'

red 206 ◦ green 82 ◦ blue 239

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

Shades of Medium Orchid #CE52EF

Tints of Medium Orchid #CE52EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.35%

R = 39.09%
G = 15.56%
B = 45.35%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE52EF (or 0xCE52EF) is known color: Medium Orchid. HEX triplet: CE, 52 and EF. RGB value is (206,82,239). Sum of RGB (Red+Green+Blue) = 206+82+239=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 82 (32.42% from 255 or 15.56% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE52EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE52EF is #31AD10. Grayscale: #888888. Windows color (decimal): -3255569 or 15684302. OLE color: 15684302.

HSL color Cylindrical-coordinate representation of color #CE52EF: hue angle of 287.39º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE52EF is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 82 239 -
CMYK 0.14 0.66 0 0.06
HSL 287.39º 0.83% 0.63% -
HSV(B) 287.39º 0.66% 0.94% -
XYZ 44.05 25.39 84.24 -
YUV 136.97 185.58 177.23 -
System Red Green Blue C M Y K H S L
Decimal 206 82 239 0.14 0.66 0 0.06 287.39 0.83 0.63
Hex CE 52 EF E 42 0 6 11F 53 3F
Octal 316 122 357 16 102 0 6 437 123 77
Binary 11001110 1010010 11101111 1110 1000010 0 110 100011111 1010011 111111

Color Harmonies of #CE52EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE52EF

Black with #CE52EF

Text Example


Text Example

White with #CE52EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE52EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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