Html Css Color HEX #C275AF Bouquet

📋 copy color: '#C275AF'

red 194 ◦ green 117 ◦ blue 175

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

Shades of Bouquet #C275AF

Tints of Bouquet #C275AF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.07%

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

R = 39.92%
G = 24.07%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C275AF (or 0xC275AF) is known color: Bouquet. HEX triplet: C2, 75 and AF. RGB value is (194,117,175). Sum of RGB (Red+Green+Blue) = 194+117+175=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C275AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C275AF is #3D8A50. Grayscale: #929292. Windows color (decimal): -4033105 or 11498946. OLE color: 11498946.

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

Color convert

RGB 194 117 175 -
CMYK 0 0.40 0.10 0.24
HSL 314.81º 0.39% 0.61% -
HSV(B) 314.81º 0.4% 0.76% -
XYZ 36.35 27.29 43.91 -
YUV 146.64 144.01 161.78 -
System Red Green Blue C M Y K H S L
Decimal 194 117 175 0 0.40 0.10 0.24 314.81 0.39 0.61
Hex C2 75 AF 0 28 A 18 13B 27 3D
Octal 302 165 257 0 50 12 30 473 47 75
Binary 11000010 1110101 10101111 0 101000 1010 11000 100111011 100111 111101

Color Harmonies of #C275AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C275AF

Black with #C275AF

Text Example


Text Example

White with #C275AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C275AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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