Html Css Color HEX #C29DE9 Perfume

📋 copy color: '#C29DE9'

red 194 ◦ green 157 ◦ blue 233

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

Shades of Perfume #C29DE9

Tints of Perfume #C29DE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 39.9%

R = 33.22%
G = 26.88%
B = 39.9%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C29DE9 (or 0xC29DE9) is known color: Perfume. HEX triplet: C2, 9D and E9. RGB value is (194,157,233). Sum of RGB (Red+Green+Blue) = 194+157+233=584 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.22% from 584); Green value is 157 (61.72% from 255 or 26.88% from 584); Blue value is 233 (91.41% from 255 or 39.90% from 584); Max value from RGB is 233 - color contains mainly: blue. Hex color #C29DE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29DE9 is #3D6216. Grayscale: #B0B0B0. Windows color (decimal): -4022807 or 15310274. OLE color: 15310274.

HSL color Cylindrical-coordinate representation of color #C29DE9: hue angle of 269.21º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C29DE9 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 157 233 -
CMYK 0.17 0.33 0 0.09
HSL 269.21º 0.63% 0.76% -
HSV(B) 269.21º 0.33% 0.91% -
XYZ 49.01 41.47 82.51 -
YUV 176.73 159.76 140.32 -
System Red Green Blue C M Y K H S L
Decimal 194 157 233 0.17 0.33 0 0.09 269.21 0.63 0.76
Hex C2 9D E9 11 21 0 9 10D 3F 4C
Octal 302 235 351 21 41 0 11 415 77 114
Binary 11000010 10011101 11101001 10001 100001 0 1001 100001101 111111 1001100

Color Harmonies of #C29DE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29DE9

Black with #C29DE9

Text Example


Text Example

White with #C29DE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29DE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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