Html Css Color HEX #C6A8F3 Perfume

📋 copy color: '#C6A8F3'

red 198 ◦ green 168 ◦ blue 243

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

Shades of Perfume #C6A8F3

Tints of Perfume #C6A8F3

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.59%

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

R = 32.51%
G = 27.59%
B = 39.9%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C6A8F3 (or 0xC6A8F3) is known color: Perfume. HEX triplet: C6, A8 and F3. RGB value is (198,168,243). Sum of RGB (Red+Green+Blue) = 198+168+243=609 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.51% from 609); Green value is 168 (66.02% from 255 or 27.59% from 609); Blue value is 243 (95.31% from 255 or 39.90% from 609); Max value from RGB is 243 - color contains mainly: blue. Hex color #C6A8F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6A8F3 is #39570C. Grayscale: #B9B9B9. Windows color (decimal): -3757837 or 15968454. OLE color: 15968454.

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

Color convert

RGB 198 168 243 -
CMYK 0.19 0.31 0 0.05
HSL 264º 0.76% 0.81% -
HSV(B) 264º 0.31% 0.95% -
XYZ 53.47 46.48 90.95 -
YUV 185.52 160.44 136.9 -
System Red Green Blue C M Y K H S L
Decimal 198 168 243 0.19 0.31 0 0.05 264 0.76 0.81
Hex C6 A8 F3 13 1F 0 5 108 4C 51
Octal 306 250 363 23 37 0 5 410 114 121
Binary 11000110 10101000 11110011 10011 11111 0 101 100001000 1001100 1010001

Color Harmonies of #C6A8F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A8F3

Black with #C6A8F3

Text Example


Text Example

White with #C6A8F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A8F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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