Html Css Color HEX #C09CFA Perfume

📋 copy color: '#C09CFA'

red 192 ◦ green 156 ◦ blue 250

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

Shades of Perfume #C09CFA

Tints of Perfume #C09CFA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.09%

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

R = 32.11%
G = 26.09%
B = 41.81%

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

#C09CFA (or 0xC09CFA) is known color: Perfume. HEX triplet: C0, 9C and FA. RGB value is (192,156,250). Sum of RGB (Red+Green+Blue) = 192+156+250=598 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.11% from 598); Green value is 156 (61.33% from 255 or 26.09% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #C09CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09CFA is #3F6305. Grayscale: #B1B1B1. Windows color (decimal): -4154118 or 16424128. OLE color: 16424128.

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

Color convert

RGB 192 156 250 -
CMYK 0.23 0.38 0 0.02
HSL 262.98º 0.9% 0.8% -
HSV(B) 262.98º 0.38% 0.98% -
XYZ 50.88 41.89 95.85 -
YUV 177.48 168.93 138.36 -
System Red Green Blue C M Y K H S L
Decimal 192 156 250 0.23 0.38 0 0.02 262.98 0.9 0.8
Hex C0 9C FA 17 26 0 2 107 5A 50
Octal 300 234 372 27 46 0 2 407 132 120
Binary 11000000 10011100 11111010 10111 100110 0 10 100000111 1011010 1010000

Color Harmonies of #C09CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09CFA

Black with #C09CFA

Text Example


Text Example

White with #C09CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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