Html Css Color HEX #C09CFB Perfume

📋 copy color: '#C09CFB'

red 192 ◦ green 156 ◦ blue 251

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

Shades of Perfume #C09CFB

Tints of Perfume #C09CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.9%

R = 32.05%
G = 26.04%
B = 41.9%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C09CFB (or 0xC09CFB) is known color: Perfume. HEX triplet: C0, 9C and FB. RGB value is (192,156,251). Sum of RGB (Red+Green+Blue) = 192+156+251=599 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.05% from 599); Green value is 156 (61.33% from 255 or 26.04% from 599); Blue value is 251 (98.44% from 255 or 41.90% from 599); Max value from RGB is 251 - color contains mainly: blue. Hex color #C09CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09CFB is #3F6304. Grayscale: #B1B1B1. Windows color (decimal): -4154117 or 16489664. OLE color: 16489664.

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

Color convert

RGB 192 156 251 -
CMYK 0.24 0.38 0 0.02
HSL 262.74º 0.92% 0.8% -
HSV(B) 262.74º 0.38% 0.98% -
XYZ 51.04 41.95 96.67 -
YUV 177.59 169.43 138.28 -
System Red Green Blue C M Y K H S L
Decimal 192 156 251 0.24 0.38 0 0.02 262.74 0.92 0.8
Hex C0 9C FB 18 26 0 2 107 5C 50
Octal 300 234 373 30 46 0 2 407 134 120
Binary 11000000 10011100 11111011 11000 100110 0 10 100000111 1011100 1010000

Color Harmonies of #C09CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09CFB

Black with #C09CFB

Text Example


Text Example

White with #C09CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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