Html Css Color HEX #C4AFDC Perfume

📋 copy color: '#C4AFDC'

red 196 ◦ green 175 ◦ blue 220

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

Shades of Perfume #C4AFDC

Tints of Perfume #C4AFDC

RGB

 RED value IS 196 (76.95% from 255) = 33.16%

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

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

R = 33.16%
G = 29.61%
B = 37.23%

CMYK

 C value IS 0.11

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C4AFDC (or 0xC4AFDC) is known color: Perfume. HEX triplet: C4, AF and DC. RGB value is (196,175,220). Sum of RGB (Red+Green+Blue) = 196+175+220=591 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.16% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4AFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AFDC is #3B5023. Grayscale: #BABABA. Windows color (decimal): -3887140 or 14462916. OLE color: 14462916.

HSL color Cylindrical-coordinate representation of color #C4AFDC: hue angle of 268º 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 #C4AFDC is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 175 220 -
CMYK 0.11 0.20 0 0.14
HSL 268º 0.39% 0.77% -
HSV(B) 268º 0.2% 0.86% -
XYZ 51.01 47.56 74.2 -
YUV 186.41 146.96 134.84 -
System Red Green Blue C M Y K H S L
Decimal 196 175 220 0.11 0.20 0 0.14 268 0.39 0.77
Hex C4 AF DC B 14 0 E 10C 27 4D
Octal 304 257 334 13 24 0 16 414 47 115
Binary 11000100 10101111 11011100 1011 10100 0 1110 100001100 100111 1001101

Color Harmonies of #C4AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AFDC

Black with #C4AFDC

Text Example


Text Example

White with #C4AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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