Html Css Color HEX #CC52F1 Medium Orchid

📋 copy color: '#CC52F1'

red 204 ◦ green 82 ◦ blue 241

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

Shades of Medium Orchid #CC52F1

Tints of Medium Orchid #CC52F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.73%

R = 38.71%
G = 15.56%
B = 45.73%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC52F1 (or 0xCC52F1) is known color: Medium Orchid. HEX triplet: CC, 52 and F1. RGB value is (204,82,241). Sum of RGB (Red+Green+Blue) = 204+82+241=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 82 (32.42% from 255 or 15.56% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC52F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC52F1 is #33AD0E. Grayscale: #888888. Windows color (decimal): -3386639 or 15815372. OLE color: 15815372.

HSL color Cylindrical-coordinate representation of color #CC52F1: hue angle of 286.04º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC52F1 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 82 241 -
CMYK 0.15 0.66 0 0.05
HSL 286.04º 0.85% 0.63% -
HSV(B) 286.04º 0.66% 0.95% -
XYZ 43.8 25.22 85.78 -
YUV 136.6 186.92 176.07 -
System Red Green Blue C M Y K H S L
Decimal 204 82 241 0.15 0.66 0 0.05 286.04 0.85 0.63
Hex CC 52 F1 F 42 0 5 11E 55 3F
Octal 314 122 361 17 102 0 5 436 125 77
Binary 11001100 1010010 11110001 1111 1000010 0 101 100011110 1010101 111111

Color Harmonies of #CC52F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC52F1

Black with #CC52F1

Text Example


Text Example

White with #CC52F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC52F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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