Html Css Color HEX #C29CF9 Perfume

📋 copy color: '#C29CF9'

red 194 ◦ green 156 ◦ blue 249

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

Shades of Perfume #C29CF9

Tints of Perfume #C29CF9

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.04%

 BLUE value IS 249 (97.66% from 255) = 41.57%

R = 32.39%
G = 26.04%
B = 41.57%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C29CF9 (or 0xC29CF9) is known color: Perfume. HEX triplet: C2, 9C and F9. RGB value is (194,156,249). Sum of RGB (Red+Green+Blue) = 194+156+249=599 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.39% from 599); Green value is 156 (61.33% from 255 or 26.04% from 599); Blue value is 249 (97.66% from 255 or 41.57% from 599); Max value from RGB is 249 - color contains mainly: blue. Hex color #C29CF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29CF9 is #3D6306. Grayscale: #B1B1B1. Windows color (decimal): -4023047 or 16358594. OLE color: 16358594.

HSL color Cylindrical-coordinate representation of color #C29CF9: hue angle of 264.52º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C29CF9 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 156 249 -
CMYK 0.22 0.37 0 0.02
HSL 264.52º 0.89% 0.79% -
HSV(B) 264.52º 0.37% 0.98% -
XYZ 51.24 42.09 95.05 -
YUV 177.96 168.09 139.44 -
System Red Green Blue C M Y K H S L
Decimal 194 156 249 0.22 0.37 0 0.02 264.52 0.89 0.79
Hex C2 9C F9 16 25 0 2 109 59 4F
Octal 302 234 371 26 45 0 2 411 131 117
Binary 11000010 10011100 11111001 10110 100101 0 10 100001001 1011001 1001111

Color Harmonies of #C29CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29CF9

Black with #C29CF9

Text Example


Text Example

White with #C29CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29CF9; }

 p { color: rgb(194,156,249); }

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

background-color css

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

 a { background-color: rgb(194,156,249); }

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

border-color css

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

 span { border-color: rgb(194,156,249); }

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