Html Css Color HEX #C09ED9 Perfume

📋 copy color: '#C09ED9'

red 192 ◦ green 158 ◦ blue 217

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

Shades of Perfume #C09ED9

Tints of Perfume #C09ED9

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.87%

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

R = 33.86%
G = 27.87%
B = 38.27%

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

#C09ED9 (or 0xC09ED9) is known color: Perfume. HEX triplet: C0, 9E and D9. RGB value is (192,158,217). Sum of RGB (Red+Green+Blue) = 192+158+217=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 158 (62.11% from 255 or 27.87% from 567); Blue value is 217 (85.16% from 255 or 38.27% from 567); Max value from RGB is 217 - color contains mainly: blue. Hex color #C09ED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09ED9 is #3F6126. Grayscale: #AEAEAE. Windows color (decimal): -4153639 or 14261952. OLE color: 14261952.

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

Color convert

RGB 192 158 217 -
CMYK 0.12 0.27 0 0.15
HSL 274.58º 0.44% 0.74% -
HSV(B) 274.58º 0.27% 0.85% -
XYZ 46.49 40.67 71.05 -
YUV 174.89 151.76 140.2 -
System Red Green Blue C M Y K H S L
Decimal 192 158 217 0.12 0.27 0 0.15 274.58 0.44 0.74
Hex C0 9E D9 C 1B 0 F 113 2C 4A
Octal 300 236 331 14 33 0 17 423 54 112
Binary 11000000 10011110 11011001 1100 11011 0 1111 100010011 101100 1001010

Color Harmonies of #C09ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09ED9

Black with #C09ED9

Text Example


Text Example

White with #C09ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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