Html Css Color HEX #C273B0 Bouquet

📋 copy color: '#C273B0'

red 194 ◦ green 115 ◦ blue 176

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

Shades of Bouquet #C273B0

Tints of Bouquet #C273B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.29%

R = 40%
G = 23.71%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C273B0 (or 0xC273B0) is known color: Bouquet. HEX triplet: C2, 73 and B0. RGB value is (194,115,176). Sum of RGB (Red+Green+Blue) = 194+115+176=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 115 (45.31% from 255 or 23.71% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C273B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C273B0 is #3D8C4F. Grayscale: #919191. Windows color (decimal): -4033616 or 11563970. OLE color: 11563970.

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

Color convert

RGB 194 115 176 -
CMYK 0 0.41 0.09 0.24
HSL 313.67º 0.39% 0.61% -
HSV(B) 313.67º 0.41% 0.76% -
XYZ 36.22 26.87 44.35 -
YUV 145.58 145.17 162.54 -
System Red Green Blue C M Y K H S L
Decimal 194 115 176 0 0.41 0.09 0.24 313.67 0.39 0.61
Hex C2 73 B0 0 29 9 18 13A 27 3D
Octal 302 163 260 0 51 11 30 472 47 75
Binary 11000010 1110011 10110000 0 101001 1001 11000 100111010 100111 111101

Color Harmonies of #C273B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C273B0

Black with #C273B0

Text Example


Text Example

White with #C273B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C273B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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