Html Css Color HEX #C09DDD Perfume

📋 copy color: '#C09DDD'

red 192 ◦ green 157 ◦ blue 221

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

Shades of Perfume #C09DDD

Tints of Perfume #C09DDD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.54%

 BLUE value IS 221 (86.72% from 255) = 38.77%

R = 33.68%
G = 27.54%
B = 38.77%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C09DDD (or 0xC09DDD) is known color: Perfume. HEX triplet: C0, 9D and DD. RGB value is (192,157,221). Sum of RGB (Red+Green+Blue) = 192+157+221=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 157 (61.72% from 255 or 27.54% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #C09DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09DDD is #3F6222. Grayscale: #AEAEAE. Windows color (decimal): -4153891 or 14523840. OLE color: 14523840.

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

Color convert

RGB 192 157 221 -
CMYK 0.13 0.29 0 0.13
HSL 272.81º 0.48% 0.74% -
HSV(B) 272.81º 0.29% 0.87% -
XYZ 46.85 40.54 73.76 -
YUV 174.76 154.1 140.3 -
System Red Green Blue C M Y K H S L
Decimal 192 157 221 0.13 0.29 0 0.13 272.81 0.48 0.74
Hex C0 9D DD D 1D 0 D 111 30 4A
Octal 300 235 335 15 35 0 15 421 60 112
Binary 11000000 10011101 11011101 1101 11101 0 1101 100010001 110000 1001010

Color Harmonies of #C09DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09DDD

Black with #C09DDD

Text Example


Text Example

White with #C09DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09DDD; }

 p { color: rgb(192,157,221); }

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

background-color css

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

 a { background-color: rgb(192,157,221); }

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

border-color css

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

 span { border-color: rgb(192,157,221); }

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