Html Css Color HEX #C09FDB Perfume

📋 copy color: '#C09FDB'

red 192 ◦ green 159 ◦ blue 219

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

Shades of Perfume #C09FDB

Tints of Perfume #C09FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.42%

R = 33.68%
G = 27.89%
B = 38.42%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C09FDB (or 0xC09FDB) is known color: Perfume. HEX triplet: C0, 9F and DB. RGB value is (192,159,219). Sum of RGB (Red+Green+Blue) = 192+159+219=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 159 (62.5% from 255 or 27.89% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #C09FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09FDB is #3F6024. Grayscale: #AFAFAF. Windows color (decimal): -4153381 or 14393280. OLE color: 14393280.

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

Color convert

RGB 192 159 219 -
CMYK 0.12 0.27 0 0.14
HSL 273º 0.45% 0.74% -
HSV(B) 273º 0.27% 0.86% -
XYZ 46.92 41.12 72.48 -
YUV 175.71 152.43 139.62 -
System Red Green Blue C M Y K H S L
Decimal 192 159 219 0.12 0.27 0 0.14 273 0.45 0.74
Hex C0 9F DB C 1B 0 E 111 2D 4A
Octal 300 237 333 14 33 0 16 421 55 112
Binary 11000000 10011111 11011011 1100 11011 0 1110 100010001 101101 1001010

Color Harmonies of #C09FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09FDB

Black with #C09FDB

Text Example


Text Example

White with #C09FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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