Html Css Color HEX #CC52E6 Medium Orchid

📋 copy color: '#CC52E6'

red 204 ◦ green 82 ◦ blue 230

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

Shades of Medium Orchid #CC52E6

Tints of Medium Orchid #CC52E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.57%

R = 39.53%
G = 15.89%
B = 44.57%

CMYK

 C value IS 0.11

 M value IS 0.64

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CC52E6 (or 0xCC52E6) is known color: Medium Orchid. HEX triplet: CC, 52 and E6. RGB value is (204,82,230). Sum of RGB (Red+Green+Blue) = 204+82+230=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 82 (32.42% from 255 or 15.89% from 516); Blue value is 230 (90.23% from 255 or 44.57% from 516); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC52E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC52E6 is #33AD19. Grayscale: #868686. Windows color (decimal): -3386650 or 15094476. OLE color: 15094476.

HSL color Cylindrical-coordinate representation of color #CC52E6: hue angle of 289.46º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC52E6 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 82 230 -
CMYK 0.11 0.64 0 0.10
HSL 289.46º 0.75% 0.61% -
HSV(B) 289.46º 0.64% 0.9% -
XYZ 42.2 24.59 77.38 -
YUV 135.35 181.42 176.97 -
System Red Green Blue C M Y K H S L
Decimal 204 82 230 0.11 0.64 0 0.10 289.46 0.75 0.61
Hex CC 52 E6 B 40 0 A 121 4B 3D
Octal 314 122 346 13 100 0 12 441 113 75
Binary 11001100 1010010 11100110 1011 1000000 0 1010 100100001 1001011 111101

Color Harmonies of #CC52E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC52E6

Black with #CC52E6

Text Example


Text Example

White with #CC52E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC52E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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