Html Css Color HEX #C4AFDF Perfume

📋 copy color: '#C4AFDF'

red 196 ◦ green 175 ◦ blue 223

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

Shades of Perfume #C4AFDF

Tints of Perfume #C4AFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.54%

R = 33%
G = 29.46%
B = 37.54%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C4AFDF (or 0xC4AFDF) is known color: Perfume. HEX triplet: C4, AF and DF. RGB value is (196,175,223). Sum of RGB (Red+Green+Blue) = 196+175+223=594 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.00% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4AFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AFDF is #3B5020. Grayscale: #BABABA. Windows color (decimal): -3887137 or 14659524. OLE color: 14659524.

HSL color Cylindrical-coordinate representation of color #C4AFDF: hue angle of 266.25º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4AFDF is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 175 223 -
CMYK 0.12 0.22 0 0.13
HSL 266.25º 0.43% 0.78% -
HSV(B) 266.25º 0.22% 0.87% -
XYZ 51.41 47.72 76.31 -
YUV 186.75 148.46 134.6 -
System Red Green Blue C M Y K H S L
Decimal 196 175 223 0.12 0.22 0 0.13 266.25 0.43 0.78
Hex C4 AF DF C 16 0 D 10A 2B 4E
Octal 304 257 337 14 26 0 15 412 53 116
Binary 11000100 10101111 11011111 1100 10110 0 1101 100001010 101011 1001110

Color Harmonies of #C4AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AFDF

Black with #C4AFDF

Text Example


Text Example

White with #C4AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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