Html Css Color HEX #CC4AD8 Medium Orchid

📋 copy color: '#CC4AD8'

red 204 ◦ green 74 ◦ blue 216

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

Shades of Medium Orchid #CC4AD8

Tints of Medium Orchid #CC4AD8

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.98%

 BLUE value IS 216 (84.77% from 255) = 43.72%

R = 41.3%
G = 14.98%
B = 43.72%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC4AD8 (or 0xCC4AD8) is known color: Medium Orchid. HEX triplet: CC, 4A and D8. RGB value is (204,74,216). Sum of RGB (Red+Green+Blue) = 204+74+216=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 74 (29.30% from 255 or 14.98% from 494); Blue value is 216 (84.77% from 255 or 43.72% from 494); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC4AD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4AD8 is #33B527. Grayscale: #808080. Windows color (decimal): -3388712 or 14174924. OLE color: 14174924.

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

Color convert

RGB 204 74 216 -
CMYK 0.06 0.66 0 0.15
HSL 294.93º 0.65% 0.57% -
HSV(B) 294.93º 0.66% 0.85% -
XYZ 39.75 22.69 67.25 -
YUV 129.06 177.07 181.45 -
System Red Green Blue C M Y K H S L
Decimal 204 74 216 0.06 0.66 0 0.15 294.93 0.65 0.57
Hex CC 4A D8 6 42 0 F 127 41 39
Octal 314 112 330 6 102 0 17 447 101 71
Binary 11001100 1001010 11011000 110 1000010 0 1111 100100111 1000001 111001

Color Harmonies of #CC4AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4AD8

Black with #CC4AD8

Text Example


Text Example

White with #CC4AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4AD8; }

 p { color: rgb(204,74,216); }

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

background-color css

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

 a { background-color: rgb(204,74,216); }

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

border-color css

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

 span { border-color: rgb(204,74,216); }

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