Html Css Color HEX #C09FDA Perfume

📋 copy color: '#C09FDA'

red 192 ◦ green 159 ◦ blue 218

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

Shades of Perfume #C09FDA

Tints of Perfume #C09FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.31%

R = 33.74%
G = 27.94%
B = 38.31%

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

#C09FDA (or 0xC09FDA) is known color: Perfume. HEX triplet: C0, 9F and DA. RGB value is (192,159,218). Sum of RGB (Red+Green+Blue) = 192+159+218=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 159 (62.5% from 255 or 27.94% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #C09FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09FDA is #3F6025. Grayscale: #AFAFAF. Windows color (decimal): -4153382 or 14327744. OLE color: 14327744.

HSL color Cylindrical-coordinate representation of color #C09FDA: hue angle of 273.56º degrees, saturation: 0.44, 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 #C09FDA is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 159 218 -
CMYK 0.12 0.27 0 0.15
HSL 273.56º 0.44% 0.74% -
HSV(B) 273.56º 0.27% 0.85% -
XYZ 46.79 41.06 71.79 -
YUV 175.59 151.93 139.7 -
System Red Green Blue C M Y K H S L
Decimal 192 159 218 0.12 0.27 0 0.15 273.56 0.44 0.74
Hex C0 9F DA C 1B 0 F 112 2C 4A
Octal 300 237 332 14 33 0 17 422 54 112
Binary 11000000 10011111 11011010 1100 11011 0 1111 100010010 101100 1001010

Color Harmonies of #C09FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09FDA

Black with #C09FDA

Text Example


Text Example

White with #C09FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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