Html Css Color HEX #C29DF6 Perfume

📋 copy color: '#C29DF6'

red 194 ◦ green 157 ◦ blue 246

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

Shades of Perfume #C29DF6

Tints of Perfume #C29DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 41.21%

R = 32.5%
G = 26.3%
B = 41.21%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C29DF6 (or 0xC29DF6) is known color: Perfume. HEX triplet: C2, 9D and F6. RGB value is (194,157,246). Sum of RGB (Red+Green+Blue) = 194+157+246=597 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.50% from 597); Green value is 157 (61.72% from 255 or 26.30% from 597); Blue value is 246 (96.48% from 255 or 41.21% from 597); Max value from RGB is 246 - color contains mainly: blue. Hex color #C29DF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29DF6 is #3D6209. Grayscale: #B1B1B1. Windows color (decimal): -4022794 or 16162242. OLE color: 16162242.

HSL color Cylindrical-coordinate representation of color #C29DF6: hue angle of 264.94º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C29DF6 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 194 157 246 -
CMYK 0.21 0.36 0 0.04
HSL 264.94º 0.83% 0.79% -
HSV(B) 264.94º 0.36% 0.96% -
XYZ 50.94 42.24 92.66 -
YUV 178.21 166.26 139.26 -
System Red Green Blue C M Y K H S L
Decimal 194 157 246 0.21 0.36 0 0.04 264.94 0.83 0.79
Hex C2 9D F6 15 24 0 4 109 53 4F
Octal 302 235 366 25 44 0 4 411 123 117
Binary 11000010 10011101 11110110 10101 100100 0 100 100001001 1010011 1001111

Color Harmonies of #C29DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29DF6

Black with #C29DF6

Text Example


Text Example

White with #C29DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29DF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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