Html Css Color HEX #C6ACDA Perfume

📋 copy color: '#C6ACDA'

red 198 ◦ green 172 ◦ blue 218

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

Shades of Perfume #C6ACDA

Tints of Perfume #C6ACDA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.25%

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

R = 33.67%
G = 29.25%
B = 37.07%

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

#C6ACDA (or 0xC6ACDA) is known color: Perfume. HEX triplet: C6, AC and DA. RGB value is (198,172,218). Sum of RGB (Red+Green+Blue) = 198+172+218=588 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.67% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 218 - color contains mainly: blue. Hex color #C6ACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ACDA is #395325. Grayscale: #B8B8B8. Windows color (decimal): -3756838 or 14331078. OLE color: 14331078.

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

Color convert

RGB 198 172 218 -
CMYK 0.09 0.21 0 0.15
HSL 273.91º 0.38% 0.76% -
HSV(B) 273.91º 0.21% 0.85% -
XYZ 50.7 46.57 72.65 -
YUV 185.02 146.61 137.26 -
System Red Green Blue C M Y K H S L
Decimal 198 172 218 0.09 0.21 0 0.15 273.91 0.38 0.76
Hex C6 AC DA 9 15 0 F 112 26 4C
Octal 306 254 332 11 25 0 17 422 46 114
Binary 11000110 10101100 11011010 1001 10101 0 1111 100010010 100110 1001100

Color Harmonies of #C6ACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ACDA

Black with #C6ACDA

Text Example


Text Example

White with #C6ACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ACDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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