Html Css Color HEX #CC3AD5 Medium Orchid

📋 copy color: '#CC3AD5'

red 204 ◦ green 58 ◦ blue 213

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

Shades of Medium Orchid #CC3AD5

Tints of Medium Orchid #CC3AD5

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.21%

 BLUE value IS 213 (83.59% from 255) = 44.84%

R = 42.95%
G = 12.21%
B = 44.84%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC3AD5 (or 0xCC3AD5) is known color: Medium Orchid. HEX triplet: CC, 3A and D5. RGB value is (204,58,213). Sum of RGB (Red+Green+Blue) = 204+58+213=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 58 (23.05% from 255 or 12.21% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC3AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3AD5 is #33C52A. Grayscale: #767676. Windows color (decimal): -3392811 or 13974220. OLE color: 13974220.

HSL color Cylindrical-coordinate representation of color #CC3AD5: hue angle of 296.52º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC3AD5 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 58 213 -
CMYK 0.04 0.73 0 0.16
HSL 296.52º 0.65% 0.53% -
HSV(B) 296.52º 0.73% 0.84% -
XYZ 38.43 20.67 64.91 -
YUV 119.32 180.87 188.4 -
System Red Green Blue C M Y K H S L
Decimal 204 58 213 0.04 0.73 0 0.16 296.52 0.65 0.53
Hex CC 3A D5 4 49 0 10 129 41 35
Octal 314 72 325 4 111 0 20 451 101 65
Binary 11001100 111010 11010101 100 1001001 0 10000 100101001 1000001 110101

Color Harmonies of #CC3AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3AD5

Black with #CC3AD5

Text Example


Text Example

White with #CC3AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3AD5; }

 p { color: rgb(204,58,213); }

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

background-color css

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

 a { background-color: rgb(204,58,213); }

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

border-color css

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

 span { border-color: rgb(204,58,213); }

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