Html Css Color HEX #C3A5FB Perfume

📋 copy color: '#C3A5FB'

red 195 ◦ green 165 ◦ blue 251

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

Shades of Perfume #C3A5FB

Tints of Perfume #C3A5FB

RGB

 RED value IS 195 (76.56% from 255) = 31.91%

 GREEN value IS 165 (64.84% from 255) = 27%

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

R = 31.91%
G = 27%
B = 41.08%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C3A5FB (or 0xC3A5FB) is known color: Perfume. HEX triplet: C3, A5 and FB. RGB value is (195,165,251). Sum of RGB (Red+Green+Blue) = 195+165+251=611 (80% of max value = 765). Red value is 195 (76.56% from 255 or 31.91% from 611); Green value is 165 (64.84% from 255 or 27.00% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #C3A5FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3A5FB is #3C5A04. Grayscale: #B7B7B7. Windows color (decimal): -3955205 or 16491971. OLE color: 16491971.

HSL color Cylindrical-coordinate representation of color #C3A5FB: hue angle of 260.93º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C3A5FB is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 165 251 -
CMYK 0.22 0.34 0 0.02
HSL 260.93º 0.91% 0.82% -
HSV(B) 260.93º 0.34% 0.98% -
XYZ 53.37 45.48 97.23 -
YUV 183.77 165.94 136.01 -
System Red Green Blue C M Y K H S L
Decimal 195 165 251 0.22 0.34 0 0.02 260.93 0.91 0.82
Hex C3 A5 FB 16 22 0 2 105 5B 52
Octal 303 245 373 26 42 0 2 405 133 122
Binary 11000011 10100101 11111011 10110 100010 0 10 100000101 1011011 1010010

Color Harmonies of #C3A5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A5FB

Black with #C3A5FB

Text Example


Text Example

White with #C3A5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A5FB; }

 p { color: rgb(195,165,251); }

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

background-color css

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

 a { background-color: rgb(195,165,251); }

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

border-color css

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

 span { border-color: rgb(195,165,251); }

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