Html Css Color HEX #C09AEF Perfume

📋 copy color: '#C09AEF'

red 192 ◦ green 154 ◦ blue 239

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

Shades of Perfume #C09AEF

Tints of Perfume #C09AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.85%

R = 32.82%
G = 26.32%
B = 40.85%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C09AEF (or 0xC09AEF) is known color: Perfume. HEX triplet: C0, 9A and EF. RGB value is (192,154,239). Sum of RGB (Red+Green+Blue) = 192+154+239=585 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.82% from 585); Green value is 154 (60.55% from 255 or 26.32% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 239 - color contains mainly: blue. Hex color #C09AEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09AEF is #3F6510. Grayscale: #AEAEAE. Windows color (decimal): -4154641 or 15702720. OLE color: 15702720.

HSL color Cylindrical-coordinate representation of color #C09AEF: hue angle of 266.82º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C09AEF is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 154 239 -
CMYK 0.20 0.36 0 0.06
HSL 266.82º 0.73% 0.77% -
HSV(B) 266.82º 0.36% 0.94% -
XYZ 48.87 40.55 86.91 -
YUV 175.05 164.09 140.09 -
System Red Green Blue C M Y K H S L
Decimal 192 154 239 0.20 0.36 0 0.06 266.82 0.73 0.77
Hex C0 9A EF 14 24 0 6 10B 49 4D
Octal 300 232 357 24 44 0 6 413 111 115
Binary 11000000 10011010 11101111 10100 100100 0 110 100001011 1001001 1001101

Color Harmonies of #C09AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09AEF

Black with #C09AEF

Text Example


Text Example

White with #C09AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09AEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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