Html Css Color HEX #CC3AD6 Medium Orchid

📋 copy color: '#CC3AD6'

red 204 ◦ green 58 ◦ blue 214

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

Shades of Medium Orchid #CC3AD6

Tints of Medium Orchid #CC3AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.96%

R = 42.86%
G = 12.18%
B = 44.96%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC3AD6 (or 0xCC3AD6) is known color: Medium Orchid. HEX triplet: CC, 3A and D6. RGB value is (204,58,214). Sum of RGB (Red+Green+Blue) = 204+58+214=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 58 (23.05% from 255 or 12.18% from 476); Blue value is 214 (83.98% from 255 or 44.96% from 476); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC3AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3AD6 is #33C529. Grayscale: #767676. Windows color (decimal): -3392810 or 14039756. OLE color: 14039756.

HSL color Cylindrical-coordinate representation of color #CC3AD6: hue angle of 296.15º degrees, saturation: 0.66, 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 #CC3AD6 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 58 214 -
CMYK 0.05 0.73 0 0.16
HSL 296.15º 0.66% 0.53% -
HSV(B) 296.15º 0.73% 0.84% -
XYZ 38.55 20.72 65.59 -
YUV 119.44 181.37 188.32 -
System Red Green Blue C M Y K H S L
Decimal 204 58 214 0.05 0.73 0 0.16 296.15 0.66 0.53
Hex CC 3A D6 5 49 0 10 128 42 35
Octal 314 72 326 5 111 0 20 450 102 65
Binary 11001100 111010 11010110 101 1001001 0 10000 100101000 1000010 110101

Color Harmonies of #CC3AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3AD6

Black with #CC3AD6

Text Example


Text Example

White with #CC3AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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