Html Css Color HEX #C6ABE4 Perfume

📋 copy color: '#C6ABE4'

red 198 ◦ green 171 ◦ blue 228

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

Shades of Perfume #C6ABE4

Tints of Perfume #C6ABE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 38.19%

R = 33.17%
G = 28.64%
B = 38.19%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C6ABE4 (or 0xC6ABE4) is known color: Perfume. HEX triplet: C6, AB and E4. RGB value is (198,171,228). Sum of RGB (Red+Green+Blue) = 198+171+228=597 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.17% from 597); Green value is 171 (67.19% from 255 or 28.64% from 597); Blue value is 228 (89.45% from 255 or 38.19% from 597); Max value from RGB is 228 - color contains mainly: blue. Hex color #C6ABE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ABE4 is #39541B. Grayscale: #B9B9B9. Windows color (decimal): -3757084 or 14986182. OLE color: 14986182.

HSL color Cylindrical-coordinate representation of color #C6ABE4: hue angle of 268.42º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C6ABE4 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 198 171 228 -
CMYK 0.13 0.25 0 0.11
HSL 268.42º 0.51% 0.78% -
HSV(B) 268.42º 0.25% 0.89% -
XYZ 51.86 46.73 79.69 -
YUV 185.57 151.95 136.87 -
System Red Green Blue C M Y K H S L
Decimal 198 171 228 0.13 0.25 0 0.11 268.42 0.51 0.78
Hex C6 AB E4 D 19 0 B 10C 33 4E
Octal 306 253 344 15 31 0 13 414 63 116
Binary 11000110 10101011 11100100 1101 11001 0 1011 100001100 110011 1001110

Color Harmonies of #C6ABE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ABE4

Black with #C6ABE4

Text Example


Text Example

White with #C6ABE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ABE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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