Html Css Color HEX #C29AED Perfume

📋 copy color: '#C29AED'

red 194 ◦ green 154 ◦ blue 237

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

Shades of Perfume #C29AED

Tints of Perfume #C29AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.51%

R = 33.16%
G = 26.32%
B = 40.51%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C29AED (or 0xC29AED) is known color: Perfume. HEX triplet: C2, 9A and ED. RGB value is (194,154,237). Sum of RGB (Red+Green+Blue) = 194+154+237=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 154 (60.55% from 255 or 26.32% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #C29AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29AED is #3D6512. Grayscale: #AFAFAF. Windows color (decimal): -4023571 or 15571650. OLE color: 15571650.

HSL color Cylindrical-coordinate representation of color #C29AED: hue angle of 268.92º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C29AED is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 154 237 -
CMYK 0.18 0.35 0 0.07
HSL 268.92º 0.7% 0.77% -
HSV(B) 268.92º 0.35% 0.93% -
XYZ 49.09 40.69 85.39 -
YUV 175.42 162.75 141.25 -
System Red Green Blue C M Y K H S L
Decimal 194 154 237 0.18 0.35 0 0.07 268.92 0.7 0.77
Hex C2 9A ED 12 23 0 7 10D 46 4D
Octal 302 232 355 22 43 0 7 415 106 115
Binary 11000010 10011010 11101101 10010 100011 0 111 100001101 1000110 1001101

Color Harmonies of #C29AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29AED

Black with #C29AED

Text Example


Text Example

White with #C29AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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