Html Css Color HEX #C29AE8 Perfume

📋 copy color: '#C29AE8'

red 194 ◦ green 154 ◦ blue 232

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

Shades of Perfume #C29AE8

Tints of Perfume #C29AE8

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.55%

 BLUE value IS 232 (91.02% from 255) = 40%

R = 33.45%
G = 26.55%
B = 40%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C29AE8 (or 0xC29AE8) is known color: Perfume. HEX triplet: C2, 9A and E8. RGB value is (194,154,232). Sum of RGB (Red+Green+Blue) = 194+154+232=580 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.45% from 580); Green value is 154 (60.55% from 255 or 26.55% from 580); Blue value is 232 (91.02% from 255 or 40% from 580); Max value from RGB is 232 - color contains mainly: blue. Hex color #C29AE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29AE8 is #3D6517. Grayscale: #AEAEAE. Windows color (decimal): -4023576 or 15243970. OLE color: 15243970.

HSL color Cylindrical-coordinate representation of color #C29AE8: hue angle of 270.77º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C29AE8 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 154 232 -
CMYK 0.16 0.34 0 0.09
HSL 270.77º 0.63% 0.76% -
HSV(B) 270.77º 0.34% 0.91% -
XYZ 48.37 40.41 81.59 -
YUV 174.85 160.25 141.66 -
System Red Green Blue C M Y K H S L
Decimal 194 154 232 0.16 0.34 0 0.09 270.77 0.63 0.76
Hex C2 9A E8 10 22 0 9 10F 3F 4C
Octal 302 232 350 20 42 0 11 417 77 114
Binary 11000010 10011010 11101000 10000 100010 0 1001 100001111 111111 1001100

Color Harmonies of #C29AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29AE8

Black with #C29AE8

Text Example


Text Example

White with #C29AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29AE8; }

 p { color: rgb(194,154,232); }

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

background-color css

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

 a { background-color: rgb(194,154,232); }

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

border-color css

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

 span { border-color: rgb(194,154,232); }

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