Html Css Color HEX #C6A1FB Perfume

📋 copy color: '#C6A1FB'

red 198 ◦ green 161 ◦ blue 251

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

Shades of Perfume #C6A1FB

Tints of Perfume #C6A1FB

RGB

 RED value IS 198 (77.73% from 255) = 32.46%

 GREEN value IS 161 (63.28% from 255) = 26.39%

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

R = 32.46%
G = 26.39%
B = 41.15%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C6A1FB (or 0xC6A1FB) is known color: Perfume. HEX triplet: C6, A1 and FB. RGB value is (198,161,251). Sum of RGB (Red+Green+Blue) = 198+161+251=610 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.46% from 610); Green value is 161 (63.28% from 255 or 26.39% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #C6A1FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6A1FB is #395E04. Grayscale: #B6B6B6. Windows color (decimal): -3759621 or 16490950. OLE color: 16490950.

HSL color Cylindrical-coordinate representation of color #C6A1FB: hue angle of 264.67º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C6A1FB is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 161 251 -
CMYK 0.21 0.36 0 0.02
HSL 264.67º 0.92% 0.81% -
HSV(B) 264.67º 0.36% 0.98% -
XYZ 53.45 44.46 97.03 -
YUV 182.32 166.76 139.18 -
System Red Green Blue C M Y K H S L
Decimal 198 161 251 0.21 0.36 0 0.02 264.67 0.92 0.81
Hex C6 A1 FB 15 24 0 2 109 5C 51
Octal 306 241 373 25 44 0 2 411 134 121
Binary 11000110 10100001 11111011 10101 100100 0 10 100001001 1011100 1010001

Color Harmonies of #C6A1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A1FB

Black with #C6A1FB

Text Example


Text Example

White with #C6A1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A1FB; }

 p { color: rgb(198,161,251); }

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

background-color css

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

 a { background-color: rgb(198,161,251); }

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

border-color css

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

 span { border-color: rgb(198,161,251); }

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