Html Css Color HEX #C6ABED Perfume

📋 copy color: '#C6ABED'

red 198 ◦ green 171 ◦ blue 237

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

Shades of Perfume #C6ABED

Tints of Perfume #C6ABED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.11%

R = 32.67%
G = 28.22%
B = 39.11%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C6ABED (or 0xC6ABED) is known color: Perfume. HEX triplet: C6, AB and ED. RGB value is (198,171,237). Sum of RGB (Red+Green+Blue) = 198+171+237=606 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.67% from 606); Green value is 171 (67.19% from 255 or 28.22% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #C6ABED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ABED is #395412. Grayscale: #BABABA. Windows color (decimal): -3757075 or 15576006. OLE color: 15576006.

HSL color Cylindrical-coordinate representation of color #C6ABED: hue angle of 264.55º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C6ABED is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 171 237 -
CMYK 0.16 0.28 0 0.07
HSL 264.55º 0.65% 0.8% -
HSV(B) 264.55º 0.28% 0.93% -
XYZ 53.14 47.25 86.44 -
YUV 186.6 156.45 136.13 -
System Red Green Blue C M Y K H S L
Decimal 198 171 237 0.16 0.28 0 0.07 264.55 0.65 0.8
Hex C6 AB ED 10 1C 0 7 109 41 50
Octal 306 253 355 20 34 0 7 411 101 120
Binary 11000110 10101011 11101101 10000 11100 0 111 100001001 1000001 1010000

Color Harmonies of #C6ABED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ABED

Black with #C6ABED

Text Example


Text Example

White with #C6ABED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ABED; }

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

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

background-color css

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

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

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

border-color css

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

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

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