Html Css Color HEX #C270AD Bouquet

📋 copy color: '#C270AD'

red 194 ◦ green 112 ◦ blue 173

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

Shades of Bouquet #C270AD

Tints of Bouquet #C270AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.12%

R = 40.5%
G = 23.38%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C270AD (or 0xC270AD) is known color: Bouquet. HEX triplet: C2, 70 and AD. RGB value is (194,112,173). Sum of RGB (Red+Green+Blue) = 194+112+173=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C270AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C270AD is #3D8F52. Grayscale: #8F8F8F. Windows color (decimal): -4034387 or 11366594. OLE color: 11366594.

HSL color Cylindrical-coordinate representation of color #C270AD: hue angle of 315.37º 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 #C270AD is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 112 173 -
CMYK 0 0.42 0.11 0.24
HSL 315.37º 0.4% 0.6% -
HSV(B) 315.37º 0.42% 0.76% -
XYZ 35.59 26.07 42.69 -
YUV 143.47 144.67 164.04 -
System Red Green Blue C M Y K H S L
Decimal 194 112 173 0 0.42 0.11 0.24 315.37 0.4 0.6
Hex C2 70 AD 0 2A B 18 13B 28 3C
Octal 302 160 255 0 52 13 30 473 50 74
Binary 11000010 1110000 10101101 0 101010 1011 11000 100111011 101000 111100

Color Harmonies of #C270AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C270AD

Black with #C270AD

Text Example


Text Example

White with #C270AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C270AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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