Html Css Color HEX #C29EE9 Perfume

📋 copy color: '#C29EE9'

red 194 ◦ green 158 ◦ blue 233

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

Shades of Perfume #C29EE9

Tints of Perfume #C29EE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 39.83%

R = 33.16%
G = 27.01%
B = 39.83%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C29EE9 (or 0xC29EE9) is known color: Perfume. HEX triplet: C2, 9E and E9. RGB value is (194,158,233). Sum of RGB (Red+Green+Blue) = 194+158+233=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 158 (62.11% from 255 or 27.01% from 585); Blue value is 233 (91.41% from 255 or 39.83% from 585); Max value from RGB is 233 - color contains mainly: blue. Hex color #C29EE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29EE9 is #3D6116. Grayscale: #B1B1B1. Windows color (decimal): -4022551 or 15310530. OLE color: 15310530.

HSL color Cylindrical-coordinate representation of color #C29EE9: hue angle of 268.8º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C29EE9 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 158 233 -
CMYK 0.17 0.32 0 0.09
HSL 268.8º 0.63% 0.77% -
HSV(B) 268.8º 0.32% 0.91% -
XYZ 49.18 41.81 82.57 -
YUV 177.31 159.43 139.9 -
System Red Green Blue C M Y K H S L
Decimal 194 158 233 0.17 0.32 0 0.09 268.8 0.63 0.77
Hex C2 9E E9 11 20 0 9 10D 3F 4D
Octal 302 236 351 21 40 0 11 415 77 115
Binary 11000010 10011110 11101001 10001 100000 0 1001 100001101 111111 1001101

Color Harmonies of #C29EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29EE9

Black with #C29EE9

Text Example


Text Example

White with #C29EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29EE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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