Html Css Color HEX #C6AFDA Perfume

📋 copy color: '#C6AFDA'

red 198 ◦ green 175 ◦ blue 218

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

Shades of Perfume #C6AFDA

Tints of Perfume #C6AFDA

RGB

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

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

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

R = 33.5%
G = 29.61%
B = 36.89%

CMYK

 C value IS 0.09

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C6AFDA (or 0xC6AFDA) is known color: Perfume. HEX triplet: C6, AF and DA. RGB value is (198,175,218). Sum of RGB (Red+Green+Blue) = 198+175+218=591 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.50% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 218 - color contains mainly: blue. Hex color #C6AFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AFDA is #395025. Grayscale: #BABABA. Windows color (decimal): -3756070 or 14331846. OLE color: 14331846.

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

Color convert

RGB 198 175 218 -
CMYK 0.09 0.20 0 0.15
HSL 272.09º 0.37% 0.77% -
HSV(B) 272.09º 0.2% 0.85% -
XYZ 51.27 47.73 72.84 -
YUV 186.78 145.62 136 -
System Red Green Blue C M Y K H S L
Decimal 198 175 218 0.09 0.20 0 0.15 272.09 0.37 0.77
Hex C6 AF DA 9 14 0 F 110 25 4D
Octal 306 257 332 11 24 0 17 420 45 115
Binary 11000110 10101111 11011010 1001 10100 0 1111 100010000 100101 1001101

Color Harmonies of #C6AFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AFDA

Black with #C6AFDA

Text Example


Text Example

White with #C6AFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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