Html Css Color HEX #C6A3FA Perfume

📋 copy color: '#C6A3FA'

red 198 ◦ green 163 ◦ blue 250

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

Shades of Perfume #C6A3FA

Tints of Perfume #C6A3FA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.68%

 BLUE value IS 250 (98.05% from 255) = 40.92%

R = 32.41%
G = 26.68%
B = 40.92%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C6A3FA (or 0xC6A3FA) is known color: Perfume. HEX triplet: C6, A3 and FA. RGB value is (198,163,250). Sum of RGB (Red+Green+Blue) = 198+163+250=611 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.41% from 611); Green value is 163 (64.06% from 255 or 26.68% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6A3FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6A3FA is #395C05. Grayscale: #B7B7B7. Windows color (decimal): -3759110 or 16425926. OLE color: 16425926.

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

Color convert

RGB 198 163 250 -
CMYK 0.21 0.35 0 0.02
HSL 264.14º 0.9% 0.81% -
HSV(B) 264.14º 0.35% 0.98% -
XYZ 53.64 45.1 96.32 -
YUV 183.38 165.6 138.43 -
System Red Green Blue C M Y K H S L
Decimal 198 163 250 0.21 0.35 0 0.02 264.14 0.9 0.81
Hex C6 A3 FA 15 23 0 2 108 5A 51
Octal 306 243 372 25 43 0 2 410 132 121
Binary 11000110 10100011 11111010 10101 100011 0 10 100001000 1011010 1010001

Color Harmonies of #C6A3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A3FA

Black with #C6A3FA

Text Example


Text Example

White with #C6A3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A3FA; }

 p { color: rgb(198,163,250); }

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

background-color css

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

 a { background-color: rgb(198,163,250); }

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

border-color css

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

 span { border-color: rgb(198,163,250); }

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