Html Css Color HEX #CC52F0 Medium Orchid

📋 copy color: '#CC52F0'

red 204 ◦ green 82 ◦ blue 240

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

Shades of Medium Orchid #CC52F0

Tints of Medium Orchid #CC52F0

RGB

 RED value IS 204 (80.08% from 255) = 38.78%

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

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

R = 38.78%
G = 15.59%
B = 45.63%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC52F0 (or 0xCC52F0) is known color: Medium Orchid. HEX triplet: CC, 52 and F0. RGB value is (204,82,240). Sum of RGB (Red+Green+Blue) = 204+82+240=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 82 (32.42% from 255 or 15.59% from 526); Blue value is 240 (94.14% from 255 or 45.63% from 526); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC52F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC52F0 is #33AD0F. Grayscale: #878787. Windows color (decimal): -3386640 or 15749836. OLE color: 15749836.

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

Color convert

RGB 204 82 240 -
CMYK 0.15 0.66 0 0.06
HSL 286.33º 0.84% 0.63% -
HSV(B) 286.33º 0.66% 0.94% -
XYZ 43.65 25.16 84.99 -
YUV 136.49 186.42 176.15 -
System Red Green Blue C M Y K H S L
Decimal 204 82 240 0.15 0.66 0 0.06 286.33 0.84 0.63
Hex CC 52 F0 F 42 0 6 11E 54 3F
Octal 314 122 360 17 102 0 6 436 124 77
Binary 11001100 1010010 11110000 1111 1000010 0 110 100011110 1010100 111111

Color Harmonies of #CC52F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC52F0

Black with #CC52F0

Text Example


Text Example

White with #CC52F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC52F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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