Html Css Color HEX #C29BEA Perfume

📋 copy color: '#C29BEA'

red 194 ◦ green 155 ◦ blue 234

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

Shades of Perfume #C29BEA

Tints of Perfume #C29BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.14%

R = 33.28%
G = 26.59%
B = 40.14%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C29BEA (or 0xC29BEA) is known color: Perfume. HEX triplet: C2, 9B and EA. RGB value is (194,155,234). Sum of RGB (Red+Green+Blue) = 194+155+234=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 155 (60.94% from 255 or 26.59% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #C29BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29BEA is #3D6415. Grayscale: #AFAFAF. Windows color (decimal): -4023318 or 15375298. OLE color: 15375298.

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

Color convert

RGB 194 155 234 -
CMYK 0.17 0.34 0 0.08
HSL 269.62º 0.65% 0.76% -
HSV(B) 269.62º 0.34% 0.92% -
XYZ 48.82 40.85 83.15 -
YUV 175.67 160.92 141.08 -
System Red Green Blue C M Y K H S L
Decimal 194 155 234 0.17 0.34 0 0.08 269.62 0.65 0.76
Hex C2 9B EA 11 22 0 8 10E 41 4C
Octal 302 233 352 21 42 0 10 416 101 114
Binary 11000010 10011011 11101010 10001 100010 0 1000 100001110 1000001 1001100

Color Harmonies of #C29BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29BEA

Black with #C29BEA

Text Example


Text Example

White with #C29BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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