Html Css Color HEX #C09AEA Perfume

📋 copy color: '#C09AEA'

red 192 ◦ green 154 ◦ blue 234

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

Shades of Perfume #C09AEA

Tints of Perfume #C09AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.34%

R = 33.1%
G = 26.55%
B = 40.34%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C09AEA (or 0xC09AEA) is known color: Perfume. HEX triplet: C0, 9A and EA. RGB value is (192,154,234). Sum of RGB (Red+Green+Blue) = 192+154+234=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 154 (60.55% from 255 or 26.55% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #C09AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09AEA is #3F6515. Grayscale: #AEAEAE. Windows color (decimal): -4154646 or 15375040. OLE color: 15375040.

HSL color Cylindrical-coordinate representation of color #C09AEA: hue angle of 268.5º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C09AEA is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 154 234 -
CMYK 0.18 0.34 0 0.08
HSL 268.5º 0.66% 0.76% -
HSV(B) 268.5º 0.34% 0.92% -
XYZ 48.15 40.26 83.07 -
YUV 174.48 161.59 140.5 -
System Red Green Blue C M Y K H S L
Decimal 192 154 234 0.18 0.34 0 0.08 268.5 0.66 0.76
Hex C0 9A EA 12 22 0 8 10C 42 4C
Octal 300 232 352 22 42 0 10 414 102 114
Binary 11000000 10011010 11101010 10010 100010 0 1000 100001100 1000010 1001100

Color Harmonies of #C09AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09AEA

Black with #C09AEA

Text Example


Text Example

White with #C09AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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