Html Css Color HEX #CE52F0 Medium Orchid

📋 copy color: '#CE52F0'

red 206 ◦ green 82 ◦ blue 240

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

Shades of Medium Orchid #CE52F0

Tints of Medium Orchid #CE52F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 45.45%

R = 39.02%
G = 15.53%
B = 45.45%

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

#CE52F0 (or 0xCE52F0) is known color: Medium Orchid. HEX triplet: CE, 52 and F0. RGB value is (206,82,240). Sum of RGB (Red+Green+Blue) = 206+82+240=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 82 (32.42% from 255 or 15.53% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE52F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE52F0 is #31AD0F. Grayscale: #888888. Windows color (decimal): -3255568 or 15749838. OLE color: 15749838.

HSL color Cylindrical-coordinate representation of color #CE52F0: hue angle of 287.09º degrees, saturation: 0.84, 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 #CE52F0 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 82 240 -
CMYK 0.14 0.66 0 0.06
HSL 287.09º 0.84% 0.63% -
HSV(B) 287.09º 0.66% 0.94% -
XYZ 44.2 25.45 85.02 -
YUV 137.09 186.08 177.15 -
System Red Green Blue C M Y K H S L
Decimal 206 82 240 0.14 0.66 0 0.06 287.09 0.84 0.63
Hex CE 52 F0 E 42 0 6 11F 54 3F
Octal 316 122 360 16 102 0 6 437 124 77
Binary 11001110 1010010 11110000 1110 1000010 0 110 100011111 1010100 111111

Color Harmonies of #CE52F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE52F0

Black with #CE52F0

Text Example


Text Example

White with #CE52F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE52F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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