Html Css Color HEX #C270AA Bouquet

📋 copy color: '#C270AA'

red 194 ◦ green 112 ◦ blue 170

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

Shades of Bouquet #C270AA

Tints of Bouquet #C270AA

RGB

 RED value IS 194 (76.17% from 255) = 40.76%

 GREEN value IS 112 (44.14% from 255) = 23.53%

 BLUE value IS 170 (66.8% from 255) = 35.71%

R = 40.76%
G = 23.53%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C270AA (or 0xC270AA) is known color: Bouquet. HEX triplet: C2, 70 and AA. RGB value is (194,112,170). Sum of RGB (Red+Green+Blue) = 194+112+170=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C270AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C270AA is #3D8F55. Grayscale: #8E8E8E. Windows color (decimal): -4034390 or 11169986. OLE color: 11169986.

HSL color Cylindrical-coordinate representation of color #C270AA: hue angle of 317.56º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C270AA is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 112 170 -
CMYK 0 0.42 0.12 0.24
HSL 317.56º 0.4% 0.6% -
HSV(B) 317.56º 0.42% 0.76% -
XYZ 35.3 25.96 41.18 -
YUV 143.13 143.17 164.28 -
System Red Green Blue C M Y K H S L
Decimal 194 112 170 0 0.42 0.12 0.24 317.56 0.4 0.6
Hex C2 70 AA 0 2A C 18 13E 28 3C
Octal 302 160 252 0 52 14 30 476 50 74
Binary 11000010 1110000 10101010 0 101010 1100 11000 100111110 101000 111100

Color Harmonies of #C270AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C270AA

Black with #C270AA

Text Example


Text Example

White with #C270AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C270AA; }

 p { color: rgb(194,112,170); }

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

background-color css

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

 a { background-color: rgb(194,112,170); }

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

border-color css

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

 span { border-color: rgb(194,112,170); }

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