Html Css Color HEX #C9A8E9 Perfume

📋 copy color: '#C9A8E9'

red 201 ◦ green 168 ◦ blue 233

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

Shades of Perfume #C9A8E9

Tints of Perfume #C9A8E9

RGB

 RED value IS 201 (78.91% from 255) = 33.39%

 GREEN value IS 168 (66.02% from 255) = 27.91%

 BLUE value IS 233 (91.41% from 255) = 38.7%

R = 33.39%
G = 27.91%
B = 38.7%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C9A8E9 (or 0xC9A8E9) is known color: Perfume. HEX triplet: C9, A8 and E9. RGB value is (201,168,233). Sum of RGB (Red+Green+Blue) = 201+168+233=602 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.39% from 602); Green value is 168 (66.02% from 255 or 27.91% from 602); Blue value is 233 (91.41% from 255 or 38.70% from 602); Max value from RGB is 233 - color contains mainly: blue. Hex color #C9A8E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A8E9 is #365716. Grayscale: #B9B9B9. Windows color (decimal): -3561239 or 15313097. OLE color: 15313097.

HSL color Cylindrical-coordinate representation of color #C9A8E9: hue angle of 270.46º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C9A8E9 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 201 168 233 -
CMYK 0.14 0.28 0 0.09
HSL 270.46º 0.6% 0.79% -
HSV(B) 270.46º 0.28% 0.91% -
XYZ 52.8 46.31 83.25 -
YUV 185.28 154.93 139.21 -
System Red Green Blue C M Y K H S L
Decimal 201 168 233 0.14 0.28 0 0.09 270.46 0.6 0.79
Hex C9 A8 E9 E 1C 0 9 10E 3C 4F
Octal 311 250 351 16 34 0 11 416 74 117
Binary 11001001 10101000 11101001 1110 11100 0 1001 100001110 111100 1001111

Color Harmonies of #C9A8E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A8E9

Black with #C9A8E9

Text Example


Text Example

White with #C9A8E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A8E9; }

 p { color: rgb(201,168,233); }

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

background-color css

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

 a { background-color: rgb(201,168,233); }

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

border-color css

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

 span { border-color: rgb(201,168,233); }

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