Html Css Color HEX #C8AFE1 Perfume

📋 copy color: '#C8AFE1'

red 200 ◦ green 175 ◦ blue 225

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

Shades of Perfume #C8AFE1

Tints of Perfume #C8AFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.5%

R = 33.33%
G = 29.17%
B = 37.5%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C8AFE1 (or 0xC8AFE1) is known color: Perfume. HEX triplet: C8, AF and E1. RGB value is (200,175,225). Sum of RGB (Red+Green+Blue) = 200+175+225=600 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.33% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 225 (88.28% from 255 or 37.5% from 600); Max value from RGB is 225 - color contains mainly: blue. Hex color #C8AFE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AFE1 is #37501E. Grayscale: #BCBCBC. Windows color (decimal): -3624991 or 14790600. OLE color: 14790600.

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

Color convert

RGB 200 175 225 -
CMYK 0.11 0.22 0 0.12
HSL 270º 0.45% 0.78% -
HSV(B) 270º 0.22% 0.88% -
XYZ 52.74 48.38 77.79 -
YUV 188.18 148.78 136.43 -
System Red Green Blue C M Y K H S L
Decimal 200 175 225 0.11 0.22 0 0.12 270 0.45 0.78
Hex C8 AF E1 B 16 0 C 10E 2D 4E
Octal 310 257 341 13 26 0 14 416 55 116
Binary 11001000 10101111 11100001 1011 10110 0 1100 100001110 101101 1001110

Color Harmonies of #C8AFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AFE1

Black with #C8AFE1

Text Example


Text Example

White with #C8AFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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