Html Css Color HEX #C3A5F9 Perfume

📋 copy color: '#C3A5F9'

red 195 ◦ green 165 ◦ blue 249

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

Shades of Perfume #C3A5F9

Tints of Perfume #C3A5F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.89%

R = 32.02%
G = 27.09%
B = 40.89%

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

#C3A5F9 (or 0xC3A5F9) is known color: Perfume. HEX triplet: C3, A5 and F9. RGB value is (195,165,249). Sum of RGB (Red+Green+Blue) = 195+165+249=609 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.02% from 609); Green value is 165 (64.84% from 255 or 27.09% from 609); Blue value is 249 (97.66% from 255 or 40.89% from 609); Max value from RGB is 249 - color contains mainly: blue. Hex color #C3A5F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3A5F9 is #3C5A06. Grayscale: #B7B7B7. Windows color (decimal): -3955207 or 16360899. OLE color: 16360899.

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

Color convert

RGB 195 165 249 -
CMYK 0.22 0.34 0 0.02
HSL 261.43º 0.88% 0.81% -
HSV(B) 261.43º 0.34% 0.98% -
XYZ 53.06 45.35 95.58 -
YUV 183.55 164.94 136.17 -
System Red Green Blue C M Y K H S L
Decimal 195 165 249 0.22 0.34 0 0.02 261.43 0.88 0.81
Hex C3 A5 F9 16 22 0 2 105 58 51
Octal 303 245 371 26 42 0 2 405 130 121
Binary 11000011 10100101 11111001 10110 100010 0 10 100000101 1011000 1010001

Color Harmonies of #C3A5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A5F9

Black with #C3A5F9

Text Example


Text Example

White with #C3A5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A5F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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