Html Css Color HEX #CE52D6 Medium Orchid

📋 copy color: '#CE52D6'

red 206 ◦ green 82 ◦ blue 214

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

Shades of Medium Orchid #CE52D6

Tints of Medium Orchid #CE52D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.63%

R = 41.04%
G = 16.33%
B = 42.63%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE52D6 (or 0xCE52D6) is known color: Medium Orchid. HEX triplet: CE, 52 and D6. RGB value is (206,82,214). Sum of RGB (Red+Green+Blue) = 206+82+214=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 82 (32.42% from 255 or 16.33% from 502); Blue value is 214 (83.98% from 255 or 42.63% from 502); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE52D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE52D6 is #31AD29. Grayscale: #858585. Windows color (decimal): -3255594 or 14045902. OLE color: 14045902.

HSL color Cylindrical-coordinate representation of color #CE52D6: hue angle of 296.36º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE52D6 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 82 214 -
CMYK 0.04 0.62 0 0.16
HSL 296.36º 0.62% 0.58% -
HSV(B) 296.36º 0.62% 0.84% -
XYZ 40.61 24.01 66.11 -
YUV 134.12 173.08 179.27 -
System Red Green Blue C M Y K H S L
Decimal 206 82 214 0.04 0.62 0 0.16 296.36 0.62 0.58
Hex CE 52 D6 4 3E 0 10 128 3E 3A
Octal 316 122 326 4 76 0 20 450 76 72
Binary 11001110 1010010 11010110 100 111110 0 10000 100101000 111110 111010

Color Harmonies of #CE52D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE52D6

Black with #CE52D6

Text Example


Text Example

White with #CE52D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE52D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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