Html Css Color HEX #C29BE6 Perfume

📋 copy color: '#C29BE6'

red 194 ◦ green 155 ◦ blue 230

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

Shades of Perfume #C29BE6

Tints of Perfume #C29BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.72%

R = 33.51%
G = 26.77%
B = 39.72%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C29BE6 (or 0xC29BE6) is known color: Perfume. HEX triplet: C2, 9B and E6. RGB value is (194,155,230). Sum of RGB (Red+Green+Blue) = 194+155+230=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 230 (90.23% from 255 or 39.72% from 579); Max value from RGB is 230 - color contains mainly: blue. Hex color #C29BE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29BE6 is #3D6419. Grayscale: #AEAEAE. Windows color (decimal): -4023322 or 15113154. OLE color: 15113154.

HSL color Cylindrical-coordinate representation of color #C29BE6: hue angle of 271.2º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C29BE6 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 194 155 230 -
CMYK 0.16 0.33 0 0.10
HSL 271.2º 0.6% 0.75% -
HSV(B) 271.2º 0.33% 0.9% -
XYZ 48.25 40.63 80.16 -
YUV 175.21 158.92 141.4 -
System Red Green Blue C M Y K H S L
Decimal 194 155 230 0.16 0.33 0 0.10 271.2 0.6 0.75
Hex C2 9B E6 10 21 0 A 10F 3C 4B
Octal 302 233 346 20 41 0 12 417 74 113
Binary 11000010 10011011 11100110 10000 100001 0 1010 100001111 111100 1001011

Color Harmonies of #C29BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29BE6

Black with #C29BE6

Text Example


Text Example

White with #C29BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29BE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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