Html Css Color HEX #C29FEC Perfume

📋 copy color: '#C29FEC'

red 194 ◦ green 159 ◦ blue 236

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

Shades of Perfume #C29FEC

Tints of Perfume #C29FEC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.99%

 BLUE value IS 236 (92.58% from 255) = 40.07%

R = 32.94%
G = 26.99%
B = 40.07%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C29FEC (or 0xC29FEC) is known color: Perfume. HEX triplet: C2, 9F and EC. RGB value is (194,159,236). Sum of RGB (Red+Green+Blue) = 194+159+236=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 159 (62.5% from 255 or 26.99% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #C29FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29FEC is #3D6013. Grayscale: #B1B1B1. Windows color (decimal): -4022292 or 15507394. OLE color: 15507394.

HSL color Cylindrical-coordinate representation of color #C29FEC: hue angle of 267.27º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C29FEC is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 159 236 -
CMYK 0.18 0.33 0 0.07
HSL 267.27º 0.67% 0.77% -
HSV(B) 267.27º 0.33% 0.93% -
XYZ 49.79 42.32 84.9 -
YUV 178.24 160.6 139.24 -
System Red Green Blue C M Y K H S L
Decimal 194 159 236 0.18 0.33 0 0.07 267.27 0.67 0.77
Hex C2 9F EC 12 21 0 7 10B 43 4D
Octal 302 237 354 22 41 0 7 413 103 115
Binary 11000010 10011111 11101100 10010 100001 0 111 100001011 1000011 1001101

Color Harmonies of #C29FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29FEC

Black with #C29FEC

Text Example


Text Example

White with #C29FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29FEC; }

 p { color: rgb(194,159,236); }

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

background-color css

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

 a { background-color: rgb(194,159,236); }

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

border-color css

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

 span { border-color: rgb(194,159,236); }

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