Html Css Color HEX #C8AFDF Perfume

📋 copy color: '#C8AFDF'

red 200 ◦ green 175 ◦ blue 223

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

Shades of Perfume #C8AFDF

Tints of Perfume #C8AFDF

RGB

 RED value IS 200 (78.52% from 255) = 33.44%

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

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

R = 33.44%
G = 29.26%
B = 37.29%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C8AFDF (or 0xC8AFDF) is known color: Perfume. HEX triplet: C8, AF and DF. RGB value is (200,175,223). Sum of RGB (Red+Green+Blue) = 200+175+223=598 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.44% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: blue. Hex color #C8AFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AFDF is #375020. Grayscale: #BBBBBB. Windows color (decimal): -3624993 or 14659528. OLE color: 14659528.

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

Color convert

RGB 200 175 223 -
CMYK 0.10 0.22 0 0.13
HSL 271.25º 0.43% 0.78% -
HSV(B) 271.25º 0.22% 0.87% -
XYZ 52.47 48.27 76.36 -
YUV 187.95 147.78 136.6 -
System Red Green Blue C M Y K H S L
Decimal 200 175 223 0.10 0.22 0 0.13 271.25 0.43 0.78
Hex C8 AF DF A 16 0 D 10F 2B 4E
Octal 310 257 337 12 26 0 15 417 53 116
Binary 11001000 10101111 11011111 1010 10110 0 1101 100001111 101011 1001110

Color Harmonies of #C8AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AFDF

Black with #C8AFDF

Text Example


Text Example

White with #C8AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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