Html Css Color HEX #C29EE5 Perfume

📋 copy color: '#C29EE5'

red 194 ◦ green 158 ◦ blue 229

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

Shades of Perfume #C29EE5

Tints of Perfume #C29EE5

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.19%

 BLUE value IS 229 (89.84% from 255) = 39.41%

R = 33.39%
G = 27.19%
B = 39.41%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C29EE5 (or 0xC29EE5) is known color: Perfume. HEX triplet: C2, 9E and E5. RGB value is (194,158,229). Sum of RGB (Red+Green+Blue) = 194+158+229=581 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.39% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 229 (89.84% from 255 or 39.41% from 581); Max value from RGB is 229 - color contains mainly: blue. Hex color #C29EE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29EE5 is #3D611A. Grayscale: #B0B0B0. Windows color (decimal): -4022555 or 15048386. OLE color: 15048386.

HSL color Cylindrical-coordinate representation of color #C29EE5: hue angle of 270.42º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C29EE5 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 194 158 229 -
CMYK 0.15 0.31 0 0.10
HSL 270.42º 0.58% 0.76% -
HSV(B) 270.42º 0.31% 0.9% -
XYZ 48.62 41.58 79.59 -
YUV 176.86 157.43 140.23 -
System Red Green Blue C M Y K H S L
Decimal 194 158 229 0.15 0.31 0 0.10 270.42 0.58 0.76
Hex C2 9E E5 F 1F 0 A 10E 3A 4C
Octal 302 236 345 17 37 0 12 416 72 114
Binary 11000010 10011110 11100101 1111 11111 0 1010 100001110 111010 1001100

Color Harmonies of #C29EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29EE5

Black with #C29EE5

Text Example


Text Example

White with #C29EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29EE5; }

 p { color: rgb(194,158,229); }

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

background-color css

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

 a { background-color: rgb(194,158,229); }

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

border-color css

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

 span { border-color: rgb(194,158,229); }

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