Html Css Color HEX #C6AFDD Perfume

📋 copy color: '#C6AFDD'

red 198 ◦ green 175 ◦ blue 221

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

Shades of Perfume #C6AFDD

Tints of Perfume #C6AFDD

RGB

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

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

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

R = 33.33%
G = 29.46%
B = 37.21%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C6AFDD (or 0xC6AFDD) is known color: Perfume. HEX triplet: C6, AF and DD. RGB value is (198,175,221). Sum of RGB (Red+Green+Blue) = 198+175+221=594 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.33% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 221 - color contains mainly: blue. Hex color #C6AFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AFDD is #395022. Grayscale: #BABABA. Windows color (decimal): -3756067 or 14528454. OLE color: 14528454.

HSL color Cylindrical-coordinate representation of color #C6AFDD: hue angle of 270º 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 #C6AFDD is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 175 221 -
CMYK 0.10 0.21 0 0.13
HSL 270º 0.4% 0.78% -
HSV(B) 270º 0.21% 0.87% -
XYZ 51.67 47.89 74.93 -
YUV 187.12 147.12 135.76 -
System Red Green Blue C M Y K H S L
Decimal 198 175 221 0.10 0.21 0 0.13 270 0.4 0.78
Hex C6 AF DD A 15 0 D 10E 28 4E
Octal 306 257 335 12 25 0 15 416 50 116
Binary 11000110 10101111 11011101 1010 10101 0 1101 100001110 101000 1001110

Color Harmonies of #C6AFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AFDD

Black with #C6AFDD

Text Example


Text Example

White with #C6AFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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