Html Css Color HEX #C29DE0 Perfume

📋 copy color: '#C29DE0'

red 194 ◦ green 157 ◦ blue 224

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

Shades of Perfume #C29DE0

Tints of Perfume #C29DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.96%

R = 33.74%
G = 27.3%
B = 38.96%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C29DE0 (or 0xC29DE0) is known color: Perfume. HEX triplet: C2, 9D and E0. RGB value is (194,157,224). Sum of RGB (Red+Green+Blue) = 194+157+224=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 157 (61.72% from 255 or 27.30% from 575); Blue value is 224 (87.89% from 255 or 38.96% from 575); Max value from RGB is 224 - color contains mainly: blue. Hex color #C29DE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29DE0 is #3D621F. Grayscale: #AFAFAF. Windows color (decimal): -4022816 or 14720450. OLE color: 14720450.

HSL color Cylindrical-coordinate representation of color #C29DE0: hue angle of 273.13º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C29DE0 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 157 224 -
CMYK 0.13 0.30 0 0.12
HSL 273.13º 0.52% 0.75% -
HSV(B) 273.13º 0.3% 0.88% -
XYZ 47.76 40.97 75.91 -
YUV 175.7 155.26 141.05 -
System Red Green Blue C M Y K H S L
Decimal 194 157 224 0.13 0.30 0 0.12 273.13 0.52 0.75
Hex C2 9D E0 D 1E 0 C 111 34 4B
Octal 302 235 340 15 36 0 14 421 64 113
Binary 11000010 10011101 11100000 1101 11110 0 1100 100010001 110100 1001011

Color Harmonies of #C29DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29DE0

Black with #C29DE0

Text Example


Text Example

White with #C29DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29DE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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