Html Css Color HEX #C29AE9 Perfume

📋 copy color: '#C29AE9'

red 194 ◦ green 154 ◦ blue 233

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

Shades of Perfume #C29AE9

Tints of Perfume #C29AE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 40.1%

R = 33.39%
G = 26.51%
B = 40.1%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C29AE9 (or 0xC29AE9) is known color: Perfume. HEX triplet: C2, 9A and E9. RGB value is (194,154,233). Sum of RGB (Red+Green+Blue) = 194+154+233=581 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.39% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 233 (91.41% from 255 or 40.10% from 581); Max value from RGB is 233 - color contains mainly: blue. Hex color #C29AE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29AE9 is #3D6516. Grayscale: #AEAEAE. Windows color (decimal): -4023575 or 15309506. OLE color: 15309506.

HSL color Cylindrical-coordinate representation of color #C29AE9: hue angle of 270.38º degrees, saturation: 0.64, 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 #C29AE9 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 154 233 -
CMYK 0.17 0.34 0 0.09
HSL 270.38º 0.64% 0.76% -
HSV(B) 270.38º 0.34% 0.91% -
XYZ 48.51 40.46 82.34 -
YUV 174.97 160.75 141.58 -
System Red Green Blue C M Y K H S L
Decimal 194 154 233 0.17 0.34 0 0.09 270.38 0.64 0.76
Hex C2 9A E9 11 22 0 9 10E 40 4C
Octal 302 232 351 21 42 0 11 416 100 114
Binary 11000010 10011010 11101001 10001 100010 0 1001 100001110 1000000 1001100

Color Harmonies of #C29AE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29AE9

Black with #C29AE9

Text Example


Text Example

White with #C29AE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29AE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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