Html Css Color HEX #C7AFDF Perfume

📋 copy color: '#C7AFDF'

red 199 ◦ green 175 ◦ blue 223

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

Shades of Perfume #C7AFDF

Tints of Perfume #C7AFDF

RGB

 RED value IS 199 (78.13% from 255) = 33.33%

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

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

R = 33.33%
G = 29.31%
B = 37.35%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C7AFDF (or 0xC7AFDF) is known color: Perfume. HEX triplet: C7, AF and DF. RGB value is (199,175,223). Sum of RGB (Red+Green+Blue) = 199+175+223=597 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.33% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #C7AFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AFDF is #385020. Grayscale: #BBBBBB. Windows color (decimal): -3690529 or 14659527. OLE color: 14659527.

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

Color convert

RGB 199 175 223 -
CMYK 0.11 0.22 0 0.13
HSL 270º 0.43% 0.78% -
HSV(B) 270º 0.22% 0.87% -
XYZ 52.2 48.13 76.35 -
YUV 187.65 147.95 136.1 -
System Red Green Blue C M Y K H S L
Decimal 199 175 223 0.11 0.22 0 0.13 270 0.43 0.78
Hex C7 AF DF B 16 0 D 10E 2B 4E
Octal 307 257 337 13 26 0 15 416 53 116
Binary 11000111 10101111 11011111 1011 10110 0 1101 100001110 101011 1001110

Color Harmonies of #C7AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AFDF

Black with #C7AFDF

Text Example


Text Example

White with #C7AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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