Html Css Color HEX #C6A3FB Perfume

📋 copy color: '#C6A3FB'

red 198 ◦ green 163 ◦ blue 251

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

Shades of Perfume #C6A3FB

Tints of Perfume #C6A3FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.01%

R = 32.35%
G = 26.63%
B = 41.01%

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

#C6A3FB (or 0xC6A3FB) is known color: Perfume. HEX triplet: C6, A3 and FB. RGB value is (198,163,251). Sum of RGB (Red+Green+Blue) = 198+163+251=612 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.35% from 612); Green value is 163 (64.06% from 255 or 26.63% from 612); Blue value is 251 (98.44% from 255 or 41.01% from 612); Max value from RGB is 251 - color contains mainly: blue. Hex color #C6A3FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6A3FB is #395C04. Grayscale: #B7B7B7. Windows color (decimal): -3759109 or 16491462. OLE color: 16491462.

HSL color Cylindrical-coordinate representation of color #C6A3FB: hue angle of 263.86º degrees, saturation: 0.92, 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 #C6A3FB is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 163 251 -
CMYK 0.21 0.35 0 0.02
HSL 263.86º 0.92% 0.81% -
HSV(B) 263.86º 0.35% 0.98% -
XYZ 53.8 45.17 97.15 -
YUV 183.5 166.1 138.34 -
System Red Green Blue C M Y K H S L
Decimal 198 163 251 0.21 0.35 0 0.02 263.86 0.92 0.81
Hex C6 A3 FB 15 23 0 2 108 5C 51
Octal 306 243 373 25 43 0 2 410 134 121
Binary 11000110 10100011 11111011 10101 100011 0 10 100001000 1011100 1010001

Color Harmonies of #C6A3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A3FB

Black with #C6A3FB

Text Example


Text Example

White with #C6A3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A3FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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