Html Css Color HEX #CC4ADA Medium Orchid

📋 copy color: '#CC4ADA'

red 204 ◦ green 74 ◦ blue 218

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

Shades of Medium Orchid #CC4ADA

Tints of Medium Orchid #CC4ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.95%

R = 41.13%
G = 14.92%
B = 43.95%

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

#CC4ADA (or 0xCC4ADA) is known color: Medium Orchid. HEX triplet: CC, 4A and DA. RGB value is (204,74,218). Sum of RGB (Red+Green+Blue) = 204+74+218=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 74 (29.30% from 255 or 14.92% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC4ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4ADA is #33B525. Grayscale: #808080. Windows color (decimal): -3388710 or 14305996. OLE color: 14305996.

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

Color convert

RGB 204 74 218 -
CMYK 0.06 0.66 0 0.15
HSL 294.17º 0.66% 0.57% -
HSV(B) 294.17º 0.66% 0.85% -
XYZ 40.01 22.8 68.62 -
YUV 129.29 178.07 181.29 -
System Red Green Blue C M Y K H S L
Decimal 204 74 218 0.06 0.66 0 0.15 294.17 0.66 0.57
Hex CC 4A DA 6 42 0 F 126 42 39
Octal 314 112 332 6 102 0 17 446 102 71
Binary 11001100 1001010 11011010 110 1000010 0 1111 100100110 1000010 111001

Color Harmonies of #CC4ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4ADA

Black with #CC4ADA

Text Example


Text Example

White with #CC4ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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