Html Css Color HEX #C09AF6 Perfume

📋 copy color: '#C09AF6'

red 192 ◦ green 154 ◦ blue 246

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

Shades of Perfume #C09AF6

Tints of Perfume #C09AF6

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.01%

 BLUE value IS 246 (96.48% from 255) = 41.55%

R = 32.43%
G = 26.01%
B = 41.55%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C09AF6 (or 0xC09AF6) is known color: Perfume. HEX triplet: C0, 9A and F6. RGB value is (192,154,246). Sum of RGB (Red+Green+Blue) = 192+154+246=592 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.43% from 592); Green value is 154 (60.55% from 255 or 26.01% from 592); Blue value is 246 (96.48% from 255 or 41.55% from 592); Max value from RGB is 246 - color contains mainly: blue. Hex color #C09AF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09AF6 is #3F6509. Grayscale: #AFAFAF. Windows color (decimal): -4154634 or 16161472. OLE color: 16161472.

HSL color Cylindrical-coordinate representation of color #C09AF6: hue angle of 264.78º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C09AF6 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 192 154 246 -
CMYK 0.22 0.37 0 0.04
HSL 264.78º 0.84% 0.78% -
HSV(B) 264.78º 0.37% 0.96% -
XYZ 49.93 40.97 92.47 -
YUV 175.85 167.59 139.52 -
System Red Green Blue C M Y K H S L
Decimal 192 154 246 0.22 0.37 0 0.04 264.78 0.84 0.78
Hex C0 9A F6 16 25 0 4 109 54 4E
Octal 300 232 366 26 45 0 4 411 124 116
Binary 11000000 10011010 11110110 10110 100101 0 100 100001001 1010100 1001110

Color Harmonies of #C09AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09AF6

Black with #C09AF6

Text Example


Text Example

White with #C09AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09AF6; }

 p { color: rgb(192,154,246); }

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

background-color css

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

 a { background-color: rgb(192,154,246); }

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

border-color css

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

 span { border-color: rgb(192,154,246); }

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