Html Css Color HEX #C29BFA Perfume

📋 copy color: '#C29BFA'

red 194 ◦ green 155 ◦ blue 250

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

Shades of Perfume #C29BFA

Tints of Perfume #C29BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.74%

R = 32.39%
G = 25.88%
B = 41.74%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C29BFA (or 0xC29BFA) is known color: Perfume. HEX triplet: C2, 9B and FA. RGB value is (194,155,250). Sum of RGB (Red+Green+Blue) = 194+155+250=599 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.39% from 599); Green value is 155 (60.94% from 255 or 25.88% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #C29BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29BFA is #3D6405. Grayscale: #B1B1B1. Windows color (decimal): -4023302 or 16423874. OLE color: 16423874.

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

Color convert

RGB 194 155 250 -
CMYK 0.22 0.38 0 0.02
HSL 264.63º 0.9% 0.79% -
HSV(B) 264.63º 0.38% 0.98% -
XYZ 51.22 41.81 95.81 -
YUV 177.49 168.92 139.78 -
System Red Green Blue C M Y K H S L
Decimal 194 155 250 0.22 0.38 0 0.02 264.63 0.9 0.79
Hex C2 9B FA 16 26 0 2 109 5A 4F
Octal 302 233 372 26 46 0 2 411 132 117
Binary 11000010 10011011 11111010 10110 100110 0 10 100001001 1011010 1001111

Color Harmonies of #C29BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29BFA

Black with #C29BFA

Text Example


Text Example

White with #C29BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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