Html Css Color HEX #C09BE6 Perfume

📋 copy color: '#C09BE6'

red 192 ◦ green 155 ◦ blue 230

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

Shades of Perfume #C09BE6

Tints of Perfume #C09BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.86%

R = 33.28%
G = 26.86%
B = 39.86%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C09BE6 (or 0xC09BE6) is known color: Perfume. HEX triplet: C0, 9B and E6. RGB value is (192,155,230). Sum of RGB (Red+Green+Blue) = 192+155+230=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 155 (60.94% from 255 or 26.86% from 577); Blue value is 230 (90.23% from 255 or 39.86% from 577); Max value from RGB is 230 - color contains mainly: blue. Hex color #C09BE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09BE6 is #3F6419. Grayscale: #AEAEAE. Windows color (decimal): -4154394 or 15113152. OLE color: 15113152.

HSL color Cylindrical-coordinate representation of color #C09BE6: hue angle of 269.6º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C09BE6 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 192 155 230 -
CMYK 0.17 0.33 0 0.10
HSL 269.6º 0.6% 0.75% -
HSV(B) 269.6º 0.33% 0.9% -
XYZ 47.74 40.36 80.14 -
YUV 174.61 159.26 140.4 -
System Red Green Blue C M Y K H S L
Decimal 192 155 230 0.17 0.33 0 0.10 269.6 0.6 0.75
Hex C0 9B E6 11 21 0 A 10E 3C 4B
Octal 300 233 346 21 41 0 12 416 74 113
Binary 11000000 10011011 11100110 10001 100001 0 1010 100001110 111100 1001011

Color Harmonies of #C09BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09BE6

Black with #C09BE6

Text Example


Text Example

White with #C09BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09BE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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