Html Css Color HEX #CE52D7 Medium Orchid

📋 copy color: '#CE52D7'

red 206 ◦ green 82 ◦ blue 215

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

Shades of Medium Orchid #CE52D7

Tints of Medium Orchid #CE52D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.74%

R = 40.95%
G = 16.3%
B = 42.74%

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

#CE52D7 (or 0xCE52D7) is known color: Medium Orchid. HEX triplet: CE, 52 and D7. RGB value is (206,82,215). Sum of RGB (Red+Green+Blue) = 206+82+215=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 82 (32.42% from 255 or 16.30% from 503); Blue value is 215 (84.38% from 255 or 42.74% from 503); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE52D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE52D7 is #31AD28. Grayscale: #858585. Windows color (decimal): -3255593 or 14111438. OLE color: 14111438.

HSL color Cylindrical-coordinate representation of color #CE52D7: hue angle of 295.94º 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 #CE52D7 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 82 215 -
CMYK 0.04 0.62 0 0.16
HSL 295.94º 0.62% 0.58% -
HSV(B) 295.94º 0.62% 0.84% -
XYZ 40.74 24.06 66.79 -
YUV 134.24 173.58 179.19 -
System Red Green Blue C M Y K H S L
Decimal 206 82 215 0.04 0.62 0 0.16 295.94 0.62 0.58
Hex CE 52 D7 4 3E 0 10 128 3E 3A
Octal 316 122 327 4 76 0 20 450 76 72
Binary 11001110 1010010 11010111 100 111110 0 10000 100101000 111110 111010

Color Harmonies of #CE52D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE52D7

Black with #CE52D7

Text Example


Text Example

White with #CE52D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE52D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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