Html Css Color HEX #C29FE1 Perfume

📋 copy color: '#C29FE1'

red 194 ◦ green 159 ◦ blue 225

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

Shades of Perfume #C29FE1

Tints of Perfume #C29FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.93%

R = 33.56%
G = 27.51%
B = 38.93%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C29FE1 (or 0xC29FE1) is known color: Perfume. HEX triplet: C2, 9F and E1. RGB value is (194,159,225). Sum of RGB (Red+Green+Blue) = 194+159+225=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 159 (62.5% from 255 or 27.51% from 578); Blue value is 225 (88.28% from 255 or 38.93% from 578); Max value from RGB is 225 - color contains mainly: blue. Hex color #C29FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29FE1 is #3D601E. Grayscale: #B0B0B0. Windows color (decimal): -4022303 or 14786498. OLE color: 14786498.

HSL color Cylindrical-coordinate representation of color #C29FE1: hue angle of 271.82º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C29FE1 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 159 225 -
CMYK 0.14 0.29 0 0.12
HSL 271.82º 0.52% 0.75% -
HSV(B) 271.82º 0.29% 0.88% -
XYZ 48.24 41.7 76.74 -
YUV 176.99 155.1 140.13 -
System Red Green Blue C M Y K H S L
Decimal 194 159 225 0.14 0.29 0 0.12 271.82 0.52 0.75
Hex C2 9F E1 E 1D 0 C 110 34 4B
Octal 302 237 341 16 35 0 14 420 64 113
Binary 11000010 10011111 11100001 1110 11101 0 1100 100010000 110100 1001011

Color Harmonies of #C29FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29FE1

Black with #C29FE1

Text Example


Text Example

White with #C29FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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