Html Css Color HEX #CE52EB Medium Orchid

📋 copy color: '#CE52EB'

red 206 ◦ green 82 ◦ blue 235

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

Shades of Medium Orchid #CE52EB

Tints of Medium Orchid #CE52EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.93%

R = 39.39%
G = 15.68%
B = 44.93%

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

#CE52EB (or 0xCE52EB) is known color: Medium Orchid. HEX triplet: CE, 52 and EB. RGB value is (206,82,235). Sum of RGB (Red+Green+Blue) = 206+82+235=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 82 (32.42% from 255 or 15.68% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE52EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE52EB is #31AD14. Grayscale: #888888. Windows color (decimal): -3255573 or 15422158. OLE color: 15422158.

HSL color Cylindrical-coordinate representation of color #CE52EB: hue angle of 288.63º degrees, saturation: 0.79, 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 #CE52EB is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 82 235 -
CMYK 0.12 0.65 0 0.08
HSL 288.63º 0.79% 0.62% -
HSV(B) 288.63º 0.65% 0.92% -
XYZ 43.47 25.15 81.16 -
YUV 136.52 183.58 177.56 -
System Red Green Blue C M Y K H S L
Decimal 206 82 235 0.12 0.65 0 0.08 288.63 0.79 0.62
Hex CE 52 EB C 41 0 8 121 4F 3E
Octal 316 122 353 14 101 0 10 441 117 76
Binary 11001110 1010010 11101011 1100 1000001 0 1000 100100001 1001111 111110

Color Harmonies of #CE52EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE52EB

Black with #CE52EB

Text Example


Text Example

White with #CE52EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE52EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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