Html Css Color HEX #C29DF0 Perfume

📋 copy color: '#C29DF0'

red 194 ◦ green 157 ◦ blue 240

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

Shades of Perfume #C29DF0

Tints of Perfume #C29DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.61%

R = 32.83%
G = 26.57%
B = 40.61%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C29DF0 (or 0xC29DF0) is known color: Perfume. HEX triplet: C2, 9D and F0. RGB value is (194,157,240). Sum of RGB (Red+Green+Blue) = 194+157+240=591 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.83% from 591); Green value is 157 (61.72% from 255 or 26.57% from 591); Blue value is 240 (94.14% from 255 or 40.61% from 591); Max value from RGB is 240 - color contains mainly: blue. Hex color #C29DF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29DF0 is #3D620F. Grayscale: #B1B1B1. Windows color (decimal): -4022800 or 15769026. OLE color: 15769026.

HSL color Cylindrical-coordinate representation of color #C29DF0: hue angle of 266.75º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C29DF0 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 157 240 -
CMYK 0.19 0.35 0 0.06
HSL 266.75º 0.73% 0.78% -
HSV(B) 266.75º 0.35% 0.94% -
XYZ 50.03 41.87 87.88 -
YUV 177.53 163.26 139.75 -
System Red Green Blue C M Y K H S L
Decimal 194 157 240 0.19 0.35 0 0.06 266.75 0.73 0.78
Hex C2 9D F0 13 23 0 6 10B 49 4E
Octal 302 235 360 23 43 0 6 413 111 116
Binary 11000010 10011101 11110000 10011 100011 0 110 100001011 1001001 1001110

Color Harmonies of #C29DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29DF0

Black with #C29DF0

Text Example


Text Example

White with #C29DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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