Html Css Color HEX #C27DAB Bouquet

📋 copy color: '#C27DAB'

red 194 ◦ green 125 ◦ blue 171

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

Shades of Bouquet #C27DAB

Tints of Bouquet #C27DAB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.51%

 BLUE value IS 171 (67.19% from 255) = 34.9%

R = 39.59%
G = 25.51%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C27DAB (or 0xC27DAB) is known color: Bouquet. HEX triplet: C2, 7D and AB. RGB value is (194,125,171). Sum of RGB (Red+Green+Blue) = 194+125+171=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C27DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27DAB is #3D8254. Grayscale: #969696. Windows color (decimal): -4031061 or 11238850. OLE color: 11238850.

HSL color Cylindrical-coordinate representation of color #C27DAB: hue angle of 320º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C27DAB is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 125 171 -
CMYK 0 0.36 0.12 0.24
HSL 320º 0.36% 0.63% -
HSV(B) 320º 0.36% 0.76% -
XYZ 36.93 29.08 42.19 -
YUV 150.88 139.36 158.76 -
System Red Green Blue C M Y K H S L
Decimal 194 125 171 0 0.36 0.12 0.24 320 0.36 0.63
Hex C2 7D AB 0 24 C 18 140 24 3F
Octal 302 175 253 0 44 14 30 500 44 77
Binary 11000010 1111101 10101011 0 100100 1100 11000 101000000 100100 111111

Color Harmonies of #C27DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27DAB

Black with #C27DAB

Text Example


Text Example

White with #C27DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27DAB; }

 p { color: rgb(194,125,171); }

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

background-color css

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

 a { background-color: rgb(194,125,171); }

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

border-color css

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

 span { border-color: rgb(194,125,171); }

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