Html Css Color HEX #C09BE0 Perfume

📋 copy color: '#C09BE0'

red 192 ◦ green 155 ◦ blue 224

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

Shades of Perfume #C09BE0

Tints of Perfume #C09BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.23%

R = 33.63%
G = 27.15%
B = 39.23%

CMYK

 C value IS 0.14

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C09BE0 (or 0xC09BE0) is known color: Perfume. HEX triplet: C0, 9B and E0. RGB value is (192,155,224). Sum of RGB (Red+Green+Blue) = 192+155+224=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 155 (60.94% from 255 or 27.15% from 571); Blue value is 224 (87.89% from 255 or 39.23% from 571); Max value from RGB is 224 - color contains mainly: blue. Hex color #C09BE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09BE0 is #3F641F. Grayscale: #ADADAD. Windows color (decimal): -4154400 or 14719936. OLE color: 14719936.

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

Color convert

RGB 192 155 224 -
CMYK 0.14 0.31 0 0.12
HSL 272.17º 0.53% 0.74% -
HSV(B) 272.17º 0.31% 0.88% -
XYZ 46.91 40.03 75.78 -
YUV 173.93 156.26 140.89 -
System Red Green Blue C M Y K H S L
Decimal 192 155 224 0.14 0.31 0 0.12 272.17 0.53 0.74
Hex C0 9B E0 E 1F 0 C 110 35 4A
Octal 300 233 340 16 37 0 14 420 65 112
Binary 11000000 10011011 11100000 1110 11111 0 1100 100010000 110101 1001010

Color Harmonies of #C09BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09BE0

Black with #C09BE0

Text Example


Text Example

White with #C09BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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