Html Css Color HEX #CE52DF Medium Orchid

📋 copy color: '#CE52DF'

red 206 ◦ green 82 ◦ blue 223

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

Shades of Medium Orchid #CE52DF

Tints of Medium Orchid #CE52DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.64%

R = 40.31%
G = 16.05%
B = 43.64%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE52DF (or 0xCE52DF) is known color: Medium Orchid. HEX triplet: CE, 52 and DF. RGB value is (206,82,223). Sum of RGB (Red+Green+Blue) = 206+82+223=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 82 (32.42% from 255 or 16.05% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE52DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE52DF is #31AD20. Grayscale: #868686. Windows color (decimal): -3255585 or 14635726. OLE color: 14635726.

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

Color convert

RGB 206 82 223 -
CMYK 0.08 0.63 0 0.13
HSL 292.77º 0.69% 0.6% -
HSV(B) 292.77º 0.63% 0.87% -
XYZ 41.79 24.48 72.34 -
YUV 135.15 177.58 178.54 -
System Red Green Blue C M Y K H S L
Decimal 206 82 223 0.08 0.63 0 0.13 292.77 0.69 0.6
Hex CE 52 DF 8 3F 0 D 125 45 3C
Octal 316 122 337 10 77 0 15 445 105 74
Binary 11001110 1010010 11011111 1000 111111 0 1101 100100101 1000101 111100

Color Harmonies of #CE52DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE52DF

Black with #CE52DF

Text Example


Text Example

White with #CE52DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE52DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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