Html Css Color HEX #C29AEA Perfume

📋 copy color: '#C29AEA'

red 194 ◦ green 154 ◦ blue 234

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

Shades of Perfume #C29AEA

Tints of Perfume #C29AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.21%

R = 33.33%
G = 26.46%
B = 40.21%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C29AEA (or 0xC29AEA) is known color: Perfume. HEX triplet: C2, 9A and EA. RGB value is (194,154,234). Sum of RGB (Red+Green+Blue) = 194+154+234=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 154 (60.55% from 255 or 26.46% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #C29AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29AEA is #3D6515. Grayscale: #AEAEAE. Windows color (decimal): -4023574 or 15375042. OLE color: 15375042.

HSL color Cylindrical-coordinate representation of color #C29AEA: hue angle of 270º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C29AEA is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 154 234 -
CMYK 0.17 0.34 0 0.08
HSL 270º 0.66% 0.76% -
HSV(B) 270º 0.34% 0.92% -
XYZ 48.66 40.52 83.1 -
YUV 175.08 161.25 141.5 -
System Red Green Blue C M Y K H S L
Decimal 194 154 234 0.17 0.34 0 0.08 270 0.66 0.76
Hex C2 9A EA 11 22 0 8 10E 42 4C
Octal 302 232 352 21 42 0 10 416 102 114
Binary 11000010 10011010 11101010 10001 100010 0 1000 100001110 1000010 1001100

Color Harmonies of #C29AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29AEA

Black with #C29AEA

Text Example


Text Example

White with #C29AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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