Html Css Color HEX #C29BE5 Perfume

📋 copy color: '#C29BE5'

red 194 ◦ green 155 ◦ blue 229

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

Shades of Perfume #C29BE5

Tints of Perfume #C29BE5

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.82%

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

R = 33.56%
G = 26.82%
B = 39.62%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C29BE5 (or 0xC29BE5) is known color: Perfume. HEX triplet: C2, 9B and E5. RGB value is (194,155,229). Sum of RGB (Red+Green+Blue) = 194+155+229=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 155 (60.94% from 255 or 26.82% from 578); Blue value is 229 (89.84% from 255 or 39.62% from 578); Max value from RGB is 229 - color contains mainly: blue. Hex color #C29BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29BE5 is #3D641A. Grayscale: #AEAEAE. Windows color (decimal): -4023323 or 15047618. OLE color: 15047618.

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

Color convert

RGB 194 155 229 -
CMYK 0.15 0.32 0 0.10
HSL 271.62º 0.59% 0.75% -
HSV(B) 271.62º 0.32% 0.9% -
XYZ 48.11 40.57 79.42 -
YUV 175.1 158.42 141.48 -
System Red Green Blue C M Y K H S L
Decimal 194 155 229 0.15 0.32 0 0.10 271.62 0.59 0.75
Hex C2 9B E5 F 20 0 A 110 3B 4B
Octal 302 233 345 17 40 0 12 420 73 113
Binary 11000010 10011011 11100101 1111 100000 0 1010 100010000 111011 1001011

Color Harmonies of #C29BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29BE5

Black with #C29BE5

Text Example


Text Example

White with #C29BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29BE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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