Html Css Color HEX #C09AFA Perfume

📋 copy color: '#C09AFA'

red 192 ◦ green 154 ◦ blue 250

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

Shades of Perfume #C09AFA

Tints of Perfume #C09AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.95%

R = 32.21%
G = 25.84%
B = 41.95%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C09AFA (or 0xC09AFA) is known color: Perfume. HEX triplet: C0, 9A and FA. RGB value is (192,154,250). Sum of RGB (Red+Green+Blue) = 192+154+250=596 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.21% from 596); Green value is 154 (60.55% from 255 or 25.84% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #C09AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09AFA is #3F6505. Grayscale: #AFAFAF. Windows color (decimal): -4154630 or 16423616. OLE color: 16423616.

HSL color Cylindrical-coordinate representation of color #C09AFA: hue angle of 263.75º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C09AFA is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 154 250 -
CMYK 0.23 0.38 0 0.02
HSL 263.75º 0.91% 0.79% -
HSV(B) 263.75º 0.38% 0.98% -
XYZ 50.55 41.22 95.73 -
YUV 176.31 169.59 139.19 -
System Red Green Blue C M Y K H S L
Decimal 192 154 250 0.23 0.38 0 0.02 263.75 0.91 0.79
Hex C0 9A FA 17 26 0 2 108 5B 4F
Octal 300 232 372 27 46 0 2 410 133 117
Binary 11000000 10011010 11111010 10111 100110 0 10 100001000 1011011 1001111

Color Harmonies of #C09AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09AFA

Black with #C09AFA

Text Example


Text Example

White with #C09AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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