Html Css Color HEX #C3ADDC Perfume

📋 copy color: '#C3ADDC'

red 195 ◦ green 173 ◦ blue 220

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

Shades of Perfume #C3ADDC

Tints of Perfume #C3ADDC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.42%

 BLUE value IS 220 (86.33% from 255) = 37.41%

R = 33.16%
G = 29.42%
B = 37.41%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C3ADDC (or 0xC3ADDC) is known color: Perfume. HEX triplet: C3, AD and DC. RGB value is (195,173,220). Sum of RGB (Red+Green+Blue) = 195+173+220=588 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.16% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3ADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ADDC is #3C5223. Grayscale: #B8B8B8. Windows color (decimal): -3953188 or 14462403. OLE color: 14462403.

HSL color Cylindrical-coordinate representation of color #C3ADDC: hue angle of 268.09º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3ADDC is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 173 220 -
CMYK 0.11 0.21 0 0.14
HSL 268.09º 0.4% 0.77% -
HSV(B) 268.09º 0.21% 0.86% -
XYZ 50.37 46.66 74.06 -
YUV 184.94 147.79 135.18 -
System Red Green Blue C M Y K H S L
Decimal 195 173 220 0.11 0.21 0 0.14 268.09 0.4 0.77
Hex C3 AD DC B 15 0 E 10C 28 4D
Octal 303 255 334 13 25 0 16 414 50 115
Binary 11000011 10101101 11011100 1011 10101 0 1110 100001100 101000 1001101

Color Harmonies of #C3ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3ADDC

Black with #C3ADDC

Text Example


Text Example

White with #C3ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3ADDC; }

 p { color: rgb(195,173,220); }

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

background-color css

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

 a { background-color: rgb(195,173,220); }

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

border-color css

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

 span { border-color: rgb(195,173,220); }

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