Html Css Color HEX #C3A4DD Perfume

📋 copy color: '#C3A4DD'

red 195 ◦ green 164 ◦ blue 221

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

Shades of Perfume #C3A4DD

Tints of Perfume #C3A4DD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.28%

 BLUE value IS 221 (86.72% from 255) = 38.1%

R = 33.62%
G = 28.28%
B = 38.1%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C3A4DD (or 0xC3A4DD) is known color: Perfume. HEX triplet: C3, A4 and DD. RGB value is (195,164,221). Sum of RGB (Red+Green+Blue) = 195+164+221=580 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.62% from 580); Green value is 164 (64.45% from 255 or 28.28% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #C3A4DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A4DD is #3C5B22. Grayscale: #B3B3B3. Windows color (decimal): -3955491 or 14525635. OLE color: 14525635.

HSL color Cylindrical-coordinate representation of color #C3A4DD: hue angle of 272.63º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C3A4DD is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 164 221 -
CMYK 0.12 0.26 0 0.13
HSL 272.63º 0.46% 0.75% -
HSV(B) 272.63º 0.26% 0.87% -
XYZ 48.83 43.37 74.2 -
YUV 179.77 151.27 138.87 -
System Red Green Blue C M Y K H S L
Decimal 195 164 221 0.12 0.26 0 0.13 272.63 0.46 0.75
Hex C3 A4 DD C 1A 0 D 111 2E 4B
Octal 303 244 335 14 32 0 15 421 56 113
Binary 11000011 10100100 11011101 1100 11010 0 1101 100010001 101110 1001011

Color Harmonies of #C3A4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A4DD

Black with #C3A4DD

Text Example


Text Example

White with #C3A4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A4DD; }

 p { color: rgb(195,164,221); }

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

background-color css

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

 a { background-color: rgb(195,164,221); }

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

border-color css

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

 span { border-color: rgb(195,164,221); }

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