Html Css Color HEX #CC52F3 Medium Orchid

📋 copy color: '#CC52F3'

red 204 ◦ green 82 ◦ blue 243

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

Shades of Medium Orchid #CC52F3

Tints of Medium Orchid #CC52F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 45.94%

R = 38.56%
G = 15.5%
B = 45.94%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC52F3 (or 0xCC52F3) is known color: Medium Orchid. HEX triplet: CC, 52 and F3. RGB value is (204,82,243). Sum of RGB (Red+Green+Blue) = 204+82+243=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 82 (32.42% from 255 or 15.50% from 529); Blue value is 243 (95.31% from 255 or 45.94% from 529); Max value from RGB is 243 - color contains mainly: blue. Hex color #CC52F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC52F3 is #33AD0C. Grayscale: #888888. Windows color (decimal): -3386637 or 15946444. OLE color: 15946444.

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

Color convert

RGB 204 82 243 -
CMYK 0.16 0.66 0 0.05
HSL 285.47º 0.87% 0.64% -
HSV(B) 285.47º 0.66% 0.95% -
XYZ 44.1 25.34 87.36 -
YUV 136.83 187.92 175.91 -
System Red Green Blue C M Y K H S L
Decimal 204 82 243 0.16 0.66 0 0.05 285.47 0.87 0.64
Hex CC 52 F3 10 42 0 5 11D 57 40
Octal 314 122 363 20 102 0 5 435 127 100
Binary 11001100 1010010 11110011 10000 1000010 0 101 100011101 1010111 1000000

Color Harmonies of #CC52F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC52F3

Black with #CC52F3

Text Example


Text Example

White with #CC52F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC52F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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