Html Css Color HEX #C8AFDC Perfume

📋 copy color: '#C8AFDC'

red 200 ◦ green 175 ◦ blue 220

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

Shades of Perfume #C8AFDC

Tints of Perfume #C8AFDC

RGB

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

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

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

R = 33.61%
G = 29.41%
B = 36.97%

CMYK

 C value IS 0.09

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C8AFDC (or 0xC8AFDC) is known color: Perfume. HEX triplet: C8, AF and DC. RGB value is (200,175,220). Sum of RGB (Red+Green+Blue) = 200+175+220=595 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.61% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8AFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AFDC is #375023. Grayscale: #BBBBBB. Windows color (decimal): -3624996 or 14462920. OLE color: 14462920.

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

Color convert

RGB 200 175 220 -
CMYK 0.09 0.20 0 0.14
HSL 273.33º 0.39% 0.77% -
HSV(B) 273.33º 0.2% 0.86% -
XYZ 52.07 48.11 74.25 -
YUV 187.61 146.28 136.84 -
System Red Green Blue C M Y K H S L
Decimal 200 175 220 0.09 0.20 0 0.14 273.33 0.39 0.77
Hex C8 AF DC 9 14 0 E 111 27 4D
Octal 310 257 334 11 24 0 16 421 47 115
Binary 11001000 10101111 11011100 1001 10100 0 1110 100010001 100111 1001101

Color Harmonies of #C8AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AFDC

Black with #C8AFDC

Text Example


Text Example

White with #C8AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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