Html Css Color HEX #C29FDE Perfume

📋 copy color: '#C29FDE'

red 194 ◦ green 159 ◦ blue 222

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

Shades of Perfume #C29FDE

Tints of Perfume #C29FDE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.65%

 BLUE value IS 222 (87.11% from 255) = 38.61%

R = 33.74%
G = 27.65%
B = 38.61%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C29FDE (or 0xC29FDE) is known color: Perfume. HEX triplet: C2, 9F and DE. RGB value is (194,159,222). Sum of RGB (Red+Green+Blue) = 194+159+222=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 159 (62.5% from 255 or 27.65% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 222 - color contains mainly: blue. Hex color #C29FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29FDE is #3D6021. Grayscale: #B0B0B0. Windows color (decimal): -4022306 or 14589890. OLE color: 14589890.

HSL color Cylindrical-coordinate representation of color #C29FDE: hue angle of 273.33º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C29FDE is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 159 222 -
CMYK 0.13 0.28 0 0.13
HSL 273.33º 0.49% 0.75% -
HSV(B) 273.33º 0.28% 0.87% -
XYZ 47.83 41.54 74.6 -
YUV 176.65 153.6 140.38 -
System Red Green Blue C M Y K H S L
Decimal 194 159 222 0.13 0.28 0 0.13 273.33 0.49 0.75
Hex C2 9F DE D 1C 0 D 111 31 4B
Octal 302 237 336 15 34 0 15 421 61 113
Binary 11000010 10011111 11011110 1101 11100 0 1101 100010001 110001 1001011

Color Harmonies of #C29FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29FDE

Black with #C29FDE

Text Example


Text Example

White with #C29FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29FDE; }

 p { color: rgb(194,159,222); }

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

background-color css

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

 a { background-color: rgb(194,159,222); }

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

border-color css

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

 span { border-color: rgb(194,159,222); }

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