Html Css Color HEX #C29DEB Perfume

📋 copy color: '#C29DEB'

red 194 ◦ green 157 ◦ blue 235

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

Shades of Perfume #C29DEB

Tints of Perfume #C29DEB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.79%

 BLUE value IS 235 (92.19% from 255) = 40.1%

R = 33.11%
G = 26.79%
B = 40.1%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C29DEB (or 0xC29DEB) is known color: Perfume. HEX triplet: C2, 9D and EB. RGB value is (194,157,235). Sum of RGB (Red+Green+Blue) = 194+157+235=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 157 (61.72% from 255 or 26.79% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #C29DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29DEB is #3D6214. Grayscale: #B0B0B0. Windows color (decimal): -4022805 or 15441346. OLE color: 15441346.

HSL color Cylindrical-coordinate representation of color #C29DEB: hue angle of 268.46º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C29DEB is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 157 235 -
CMYK 0.17 0.33 0 0.08
HSL 268.46º 0.66% 0.77% -
HSV(B) 268.46º 0.33% 0.92% -
XYZ 49.3 41.58 84.02 -
YUV 176.96 160.76 140.16 -
System Red Green Blue C M Y K H S L
Decimal 194 157 235 0.17 0.33 0 0.08 268.46 0.66 0.77
Hex C2 9D EB 11 21 0 8 10C 42 4D
Octal 302 235 353 21 41 0 10 414 102 115
Binary 11000010 10011101 11101011 10001 100001 0 1000 100001100 1000010 1001101

Color Harmonies of #C29DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29DEB

Black with #C29DEB

Text Example


Text Example

White with #C29DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29DEB; }

 p { color: rgb(194,157,235); }

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

background-color css

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

 a { background-color: rgb(194,157,235); }

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

border-color css

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

 span { border-color: rgb(194,157,235); }

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