Html Css Color HEX #C09BFA Perfume

📋 copy color: '#C09BFA'

red 192 ◦ green 155 ◦ blue 250

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

Shades of Perfume #C09BFA

Tints of Perfume #C09BFA

RGB

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

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

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

R = 32.16%
G = 25.96%
B = 41.88%

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

#C09BFA (or 0xC09BFA) is known color: Perfume. HEX triplet: C0, 9B and FA. RGB value is (192,155,250). Sum of RGB (Red+Green+Blue) = 192+155+250=597 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.16% from 597); Green value is 155 (60.94% from 255 or 25.96% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #C09BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09BFA is #3F6405. Grayscale: #B0B0B0. Windows color (decimal): -4154374 or 16423872. OLE color: 16423872.

HSL color Cylindrical-coordinate representation of color #C09BFA: hue angle of 263.37º degrees, saturation: 0.9, 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 #C09BFA is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 155 250 -
CMYK 0.23 0.38 0 0.02
HSL 263.37º 0.9% 0.79% -
HSV(B) 263.37º 0.38% 0.98% -
XYZ 50.71 41.55 95.79 -
YUV 176.89 169.26 138.78 -
System Red Green Blue C M Y K H S L
Decimal 192 155 250 0.23 0.38 0 0.02 263.37 0.9 0.79
Hex C0 9B FA 17 26 0 2 107 5A 4F
Octal 300 233 372 27 46 0 2 407 132 117
Binary 11000000 10011011 11111010 10111 100110 0 10 100000111 1011010 1001111

Color Harmonies of #C09BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09BFA

Black with #C09BFA

Text Example


Text Example

White with #C09BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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