Html Css Color HEX #C6ADDA Perfume

📋 copy color: '#C6ADDA'

red 198 ◦ green 173 ◦ blue 218

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

Shades of Perfume #C6ADDA

Tints of Perfume #C6ADDA

RGB

 RED value IS 198 (77.73% from 255) = 33.62%

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

 BLUE value IS 218 (85.55% from 255) = 37.01%

R = 33.62%
G = 29.37%
B = 37.01%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C6ADDA (or 0xC6ADDA) is known color: Perfume. HEX triplet: C6, AD and DA. RGB value is (198,173,218). Sum of RGB (Red+Green+Blue) = 198+173+218=589 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.62% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 218 - color contains mainly: blue. Hex color #C6ADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ADDA is #395225. Grayscale: #B9B9B9. Windows color (decimal): -3756582 or 14331334. OLE color: 14331334.

HSL color Cylindrical-coordinate representation of color #C6ADDA: hue angle of 273.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6ADDA is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 173 218 -
CMYK 0.09 0.21 0 0.15
HSL 273.33º 0.38% 0.77% -
HSV(B) 273.33º 0.21% 0.85% -
XYZ 50.89 46.95 72.71 -
YUV 185.61 146.28 136.84 -
System Red Green Blue C M Y K H S L
Decimal 198 173 218 0.09 0.21 0 0.15 273.33 0.38 0.77
Hex C6 AD DA 9 15 0 F 111 26 4D
Octal 306 255 332 11 25 0 17 421 46 115
Binary 11000110 10101101 11011010 1001 10101 0 1111 100010001 100110 1001101

Color Harmonies of #C6ADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ADDA

Black with #C6ADDA

Text Example


Text Example

White with #C6ADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ADDA; }

 p { color: rgb(198,173,218); }

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

background-color css

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

 a { background-color: rgb(198,173,218); }

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

border-color css

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

 span { border-color: rgb(198,173,218); }

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