Html Css Color HEX #C273AF Bouquet

📋 copy color: '#C273AF'

red 194 ◦ green 115 ◦ blue 175

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

Shades of Bouquet #C273AF

Tints of Bouquet #C273AF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.76%

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

R = 40.08%
G = 23.76%
B = 36.16%

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

#C273AF (or 0xC273AF) is known color: Bouquet. HEX triplet: C2, 73 and AF. RGB value is (194,115,175). Sum of RGB (Red+Green+Blue) = 194+115+175=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 115 (45.31% from 255 or 23.76% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C273AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C273AF is #3D8C50. Grayscale: #919191. Windows color (decimal): -4033617 or 11498434. OLE color: 11498434.

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

Color convert

RGB 194 115 175 -
CMYK 0 0.41 0.10 0.24
HSL 314.43º 0.39% 0.61% -
HSV(B) 314.43º 0.41% 0.76% -
XYZ 36.12 26.83 43.83 -
YUV 145.46 144.67 162.62 -
System Red Green Blue C M Y K H S L
Decimal 194 115 175 0 0.41 0.10 0.24 314.43 0.39 0.61
Hex C2 73 AF 0 29 A 18 13A 27 3D
Octal 302 163 257 0 51 12 30 472 47 75
Binary 11000010 1110011 10101111 0 101001 1010 11000 100111010 100111 111101

Color Harmonies of #C273AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C273AF

Black with #C273AF

Text Example


Text Example

White with #C273AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C273AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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