Html Css Color HEX #C6AFDC Perfume

📋 copy color: '#C6AFDC'

red 198 ◦ green 175 ◦ blue 220

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

Shades of Perfume #C6AFDC

Tints of Perfume #C6AFDC

RGB

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

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

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

R = 33.39%
G = 29.51%
B = 37.1%

CMYK

 C value IS 0.1

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C6AFDC (or 0xC6AFDC) is known color: Perfume. HEX triplet: C6, AF and DC. RGB value is (198,175,220). Sum of RGB (Red+Green+Blue) = 198+175+220=593 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.39% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #C6AFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AFDC is #395023. Grayscale: #BABABA. Windows color (decimal): -3756068 or 14462918. OLE color: 14462918.

HSL color Cylindrical-coordinate representation of color #C6AFDC: hue angle of 270.67º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6AFDC is Cyan = 0.1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 175 220 -
CMYK 0.1 0.20 0 0.14
HSL 270.67º 0.39% 0.77% -
HSV(B) 270.67º 0.2% 0.86% -
XYZ 51.54 47.83 74.23 -
YUV 187.01 146.62 135.84 -
System Red Green Blue C M Y K H S L
Decimal 198 175 220 0.1 0.20 0 0.14 270.67 0.39 0.77
Hex C6 AF DC A 14 0 E 10F 27 4D
Octal 306 257 334 12 24 0 16 417 47 115
Binary 11000110 10101111 11011100 1010 10100 0 1110 100001111 100111 1001101

Color Harmonies of #C6AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AFDC

Black with #C6AFDC

Text Example


Text Example

White with #C6AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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