Html Css Color HEX #CC4AE2 Medium Orchid

📋 copy color: '#CC4AE2'

red 204 ◦ green 74 ◦ blue 226

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

Shades of Medium Orchid #CC4AE2

Tints of Medium Orchid #CC4AE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 44.84%

R = 40.48%
G = 14.68%
B = 44.84%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CC4AE2 (or 0xCC4AE2) is known color: Medium Orchid. HEX triplet: CC, 4A and E2. RGB value is (204,74,226). Sum of RGB (Red+Green+Blue) = 204+74+226=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 74 (29.30% from 255 or 14.68% from 504); Blue value is 226 (88.67% from 255 or 44.84% from 504); Max value from RGB is 226 - color contains mainly: blue. Hex color #CC4AE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4AE2 is #33B51D. Grayscale: #818181. Windows color (decimal): -3388702 or 14830284. OLE color: 14830284.

HSL color Cylindrical-coordinate representation of color #CC4AE2: hue angle of 291.32º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC4AE2 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 74 226 -
CMYK 0.10 0.67 0 0.11
HSL 291.32º 0.72% 0.59% -
HSV(B) 291.32º 0.67% 0.89% -
XYZ 41.08 23.23 74.27 -
YUV 130.2 182.07 180.64 -
System Red Green Blue C M Y K H S L
Decimal 204 74 226 0.10 0.67 0 0.11 291.32 0.72 0.59
Hex CC 4A E2 A 43 0 B 123 48 3B
Octal 314 112 342 12 103 0 13 443 110 73
Binary 11001100 1001010 11100010 1010 1000011 0 1011 100100011 1001000 111011

Color Harmonies of #CC4AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4AE2

Black with #CC4AE2

Text Example


Text Example

White with #CC4AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4AE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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