Html Css Color HEX #C3AFDD Perfume

📋 copy color: '#C3AFDD'

red 195 ◦ green 175 ◦ blue 221

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

Shades of Perfume #C3AFDD

Tints of Perfume #C3AFDD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.61%

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

R = 32.99%
G = 29.61%
B = 37.39%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C3AFDD (or 0xC3AFDD) is known color: Perfume. HEX triplet: C3, AF and DD. RGB value is (195,175,221). Sum of RGB (Red+Green+Blue) = 195+175+221=591 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.99% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #C3AFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AFDD is #3C5022. Grayscale: #BABABA. Windows color (decimal): -3952675 or 14528451. OLE color: 14528451.

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

Color convert

RGB 195 175 221 -
CMYK 0.12 0.21 0 0.13
HSL 266.09º 0.4% 0.78% -
HSV(B) 266.09º 0.21% 0.87% -
XYZ 50.89 47.48 74.89 -
YUV 186.22 147.63 134.26 -
System Red Green Blue C M Y K H S L
Decimal 195 175 221 0.12 0.21 0 0.13 266.09 0.4 0.78
Hex C3 AF DD C 15 0 D 10A 28 4E
Octal 303 257 335 14 25 0 15 412 50 116
Binary 11000011 10101111 11011101 1100 10101 0 1101 100001010 101000 1001110

Color Harmonies of #C3AFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AFDD

Black with #C3AFDD

Text Example


Text Example

White with #C3AFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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