Html Css Color HEX #CC3AD9 Medium Orchid

📋 copy color: '#CC3AD9'

red 204 ◦ green 58 ◦ blue 217

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

Shades of Medium Orchid #CC3AD9

Tints of Medium Orchid #CC3AD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.3%

R = 42.59%
G = 12.11%
B = 45.3%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC3AD9 (or 0xCC3AD9) is known color: Medium Orchid. HEX triplet: CC, 3A and D9. RGB value is (204,58,217). Sum of RGB (Red+Green+Blue) = 204+58+217=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 58 (23.05% from 255 or 12.11% from 479); Blue value is 217 (85.16% from 255 or 45.30% from 479); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC3AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3AD9 is #33C526. Grayscale: #777777. Windows color (decimal): -3392807 or 14236364. OLE color: 14236364.

HSL color Cylindrical-coordinate representation of color #CC3AD9: hue angle of 295.09º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC3AD9 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 58 217 -
CMYK 0.06 0.73 0 0.15
HSL 295.09º 0.68% 0.54% -
HSV(B) 295.09º 0.73% 0.85% -
XYZ 38.94 20.87 67.62 -
YUV 119.78 182.87 188.07 -
System Red Green Blue C M Y K H S L
Decimal 204 58 217 0.06 0.73 0 0.15 295.09 0.68 0.54
Hex CC 3A D9 6 49 0 F 127 44 36
Octal 314 72 331 6 111 0 17 447 104 66
Binary 11001100 111010 11011001 110 1001001 0 1111 100100111 1000100 110110

Color Harmonies of #CC3AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3AD9

Black with #CC3AD9

Text Example


Text Example

White with #CC3AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3AD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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