Html Css Color HEX #C09FD9 Perfume

📋 copy color: '#C09FD9'

red 192 ◦ green 159 ◦ blue 217

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

Shades of Perfume #C09FD9

Tints of Perfume #C09FD9

RGB

 RED value IS 192 (75.39% from 255) = 33.8%

 GREEN value IS 159 (62.5% from 255) = 27.99%

 BLUE value IS 217 (85.16% from 255) = 38.2%

R = 33.8%
G = 27.99%
B = 38.2%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C09FD9 (or 0xC09FD9) is known color: Perfume. HEX triplet: C0, 9F and D9. RGB value is (192,159,217). Sum of RGB (Red+Green+Blue) = 192+159+217=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 217 (85.16% from 255 or 38.20% from 568); Max value from RGB is 217 - color contains mainly: blue. Hex color #C09FD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09FD9 is #3F6026. Grayscale: #AFAFAF. Windows color (decimal): -4153383 or 14262208. OLE color: 14262208.

HSL color Cylindrical-coordinate representation of color #C09FD9: hue angle of 274.14º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C09FD9 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 159 217 -
CMYK 0.12 0.27 0 0.15
HSL 274.14º 0.43% 0.74% -
HSV(B) 274.14º 0.27% 0.85% -
XYZ 46.66 41.01 71.1 -
YUV 175.48 151.43 139.78 -
System Red Green Blue C M Y K H S L
Decimal 192 159 217 0.12 0.27 0 0.15 274.14 0.43 0.74
Hex C0 9F D9 C 1B 0 F 112 2B 4A
Octal 300 237 331 14 33 0 17 422 53 112
Binary 11000000 10011111 11011001 1100 11011 0 1111 100010010 101011 1001010

Color Harmonies of #C09FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09FD9

Black with #C09FD9

Text Example


Text Example

White with #C09FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09FD9; }

 p { color: rgb(192,159,217); }

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

background-color css

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

 a { background-color: rgb(192,159,217); }

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

border-color css

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

 span { border-color: rgb(192,159,217); }

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