Html Css Color HEX #C272AF Bouquet

📋 copy color: '#C272AF'

red 194 ◦ green 114 ◦ blue 175

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

Shades of Bouquet #C272AF

Tints of Bouquet #C272AF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.6%

 BLUE value IS 175 (68.75% from 255) = 36.23%

R = 40.17%
G = 23.6%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C272AF (or 0xC272AF) is known color: Bouquet. HEX triplet: C2, 72 and AF. RGB value is (194,114,175). Sum of RGB (Red+Green+Blue) = 194+114+175=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 194 - color contains mainly: red. Hex color #C272AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C272AF is #3D8D50. Grayscale: #909090. Windows color (decimal): -4033873 or 11498178. OLE color: 11498178.

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

Color convert

RGB 194 114 175 -
CMYK 0 0.41 0.10 0.24
HSL 314.25º 0.4% 0.6% -
HSV(B) 314.25º 0.41% 0.76% -
XYZ 36 26.6 43.79 -
YUV 144.87 145 163.04 -
System Red Green Blue C M Y K H S L
Decimal 194 114 175 0 0.41 0.10 0.24 314.25 0.4 0.6
Hex C2 72 AF 0 29 A 18 13A 28 3C
Octal 302 162 257 0 51 12 30 472 50 74
Binary 11000010 1110010 10101111 0 101001 1010 11000 100111010 101000 111100

Color Harmonies of #C272AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C272AF

Black with #C272AF

Text Example


Text Example

White with #C272AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C272AF; }

 p { color: rgb(194,114,175); }

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

background-color css

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

 a { background-color: rgb(194,114,175); }

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

border-color css

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

 span { border-color: rgb(194,114,175); }

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