Html Css Color HEX #C1AFD5 Perfume

📋 copy color: '#C1AFD5'

red 193 ◦ green 175 ◦ blue 213

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

Shades of Perfume #C1AFD5

Tints of Perfume #C1AFD5

RGB

 RED value IS 193 (75.78% from 255) = 33.22%

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

 BLUE value IS 213 (83.59% from 255) = 36.66%

R = 33.22%
G = 30.12%
B = 36.66%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C1AFD5 (or 0xC1AFD5) is known color: Perfume. HEX triplet: C1, AF and D5. RGB value is (193,175,213). Sum of RGB (Red+Green+Blue) = 193+175+213=581 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.22% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 213 - color contains mainly: blue. Hex color #C1AFD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AFD5 is #3E502A. Grayscale: #B8B8B8. Windows color (decimal): -4083755 or 14004161. OLE color: 14004161.

HSL color Cylindrical-coordinate representation of color #C1AFD5: hue angle of 268.42º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1AFD5 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 175 213 -
CMYK 0.09 0.18 0 0.16
HSL 268.42º 0.31% 0.76% -
HSV(B) 268.42º 0.18% 0.84% -
XYZ 49.33 46.8 69.38 -
YUV 184.71 143.96 133.91 -
System Red Green Blue C M Y K H S L
Decimal 193 175 213 0.09 0.18 0 0.16 268.42 0.31 0.76
Hex C1 AF D5 9 12 0 10 10C 1F 4C
Octal 301 257 325 11 22 0 20 414 37 114
Binary 11000001 10101111 11010101 1001 10010 0 10000 100001100 11111 1001100

Color Harmonies of #C1AFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AFD5

Black with #C1AFD5

Text Example


Text Example

White with #C1AFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AFD5; }

 p { color: rgb(193,175,213); }

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

background-color css

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

 a { background-color: rgb(193,175,213); }

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

border-color css

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

 span { border-color: rgb(193,175,213); }

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