Html Css Color HEX #C2AFD2 Perfume

📋 copy color: '#C2AFD2'

red 194 ◦ green 175 ◦ blue 210

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

Shades of Perfume #C2AFD2

Tints of Perfume #C2AFD2

RGB

 RED value IS 194 (76.17% from 255) = 33.51%

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

 BLUE value IS 210 (82.42% from 255) = 36.27%

R = 33.51%
G = 30.22%
B = 36.27%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C2AFD2 (or 0xC2AFD2) is known color: Perfume. HEX triplet: C2, AF and D2. RGB value is (194,175,210). Sum of RGB (Red+Green+Blue) = 194+175+210=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 210 (82.42% from 255 or 36.27% from 579); Max value from RGB is 210 - color contains mainly: blue. Hex color #C2AFD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFD2 is #3D502D. Grayscale: #B8B8B8. Windows color (decimal): -4018222 or 13807554. OLE color: 13807554.

HSL color Cylindrical-coordinate representation of color #C2AFD2: hue angle of 272.57º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2AFD2 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 175 210 -
CMYK 0.08 0.17 0 0.18
HSL 272.57º 0.28% 0.75% -
HSV(B) 272.57º 0.17% 0.82% -
XYZ 49.21 46.78 67.41 -
YUV 184.67 142.29 134.65 -
System Red Green Blue C M Y K H S L
Decimal 194 175 210 0.08 0.17 0 0.18 272.57 0.28 0.75
Hex C2 AF D2 8 11 0 12 111 1C 4B
Octal 302 257 322 10 21 0 22 421 34 113
Binary 11000010 10101111 11010010 1000 10001 0 10010 100010001 11100 1001011

Color Harmonies of #C2AFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AFD2

Black with #C2AFD2

Text Example


Text Example

White with #C2AFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AFD2; }

 p { color: rgb(194,175,210); }

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

background-color css

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

 a { background-color: rgb(194,175,210); }

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

border-color css

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

 span { border-color: rgb(194,175,210); }

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