Html Css Color HEX #C09BDE Perfume

📋 copy color: '#C09BDE'

red 192 ◦ green 155 ◦ blue 222

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

Shades of Perfume #C09BDE

Tints of Perfume #C09BDE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.24%

 BLUE value IS 222 (87.11% from 255) = 39.02%

R = 33.74%
G = 27.24%
B = 39.02%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C09BDE (or 0xC09BDE) is known color: Perfume. HEX triplet: C0, 9B and DE. RGB value is (192,155,222). Sum of RGB (Red+Green+Blue) = 192+155+222=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 155 (60.94% from 255 or 27.24% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #C09BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09BDE is #3F6421. Grayscale: #ADADAD. Windows color (decimal): -4154402 or 14588864. OLE color: 14588864.

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

Color convert

RGB 192 155 222 -
CMYK 0.14 0.30 0 0.13
HSL 273.13º 0.5% 0.74% -
HSV(B) 273.13º 0.3% 0.87% -
XYZ 46.64 39.92 74.35 -
YUV 173.7 155.26 141.05 -
System Red Green Blue C M Y K H S L
Decimal 192 155 222 0.14 0.30 0 0.13 273.13 0.5 0.74
Hex C0 9B DE E 1E 0 D 111 32 4A
Octal 300 233 336 16 36 0 15 421 62 112
Binary 11000000 10011011 11011110 1110 11110 0 1101 100010001 110010 1001010

Color Harmonies of #C09BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09BDE

Black with #C09BDE

Text Example


Text Example

White with #C09BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09BDE; }

 p { color: rgb(192,155,222); }

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

background-color css

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

 a { background-color: rgb(192,155,222); }

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

border-color css

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

 span { border-color: rgb(192,155,222); }

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