Html Css Color HEX #C6ABF3 Perfume

📋 copy color: '#C6ABF3'

red 198 ◦ green 171 ◦ blue 243

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

Shades of Perfume #C6ABF3

Tints of Perfume #C6ABF3

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.94%

 BLUE value IS 243 (95.31% from 255) = 39.71%

R = 32.35%
G = 27.94%
B = 39.71%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C6ABF3 (or 0xC6ABF3) is known color: Perfume. HEX triplet: C6, AB and F3. RGB value is (198,171,243). Sum of RGB (Red+Green+Blue) = 198+171+243=612 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.35% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 243 (95.31% from 255 or 39.71% from 612); Max value from RGB is 243 - color contains mainly: blue. Hex color #C6ABF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ABF3 is #39540C. Grayscale: #BBBBBB. Windows color (decimal): -3757069 or 15969222. OLE color: 15969222.

HSL color Cylindrical-coordinate representation of color #C6ABF3: hue angle of 262.5º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6ABF3 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 198 171 243 -
CMYK 0.19 0.30 0 0.05
HSL 262.5º 0.75% 0.81% -
HSV(B) 262.5º 0.3% 0.95% -
XYZ 54.03 47.6 91.13 -
YUV 187.28 159.45 135.65 -
System Red Green Blue C M Y K H S L
Decimal 198 171 243 0.19 0.30 0 0.05 262.5 0.75 0.81
Hex C6 AB F3 13 1E 0 5 106 4B 51
Octal 306 253 363 23 36 0 5 406 113 121
Binary 11000110 10101011 11110011 10011 11110 0 101 100000110 1001011 1010001

Color Harmonies of #C6ABF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ABF3

Black with #C6ABF3

Text Example


Text Example

White with #C6ABF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ABF3; }

 p { color: rgb(198,171,243); }

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

background-color css

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

 a { background-color: rgb(198,171,243); }

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

border-color css

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

 span { border-color: rgb(198,171,243); }

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