Html Css Color HEX #C8A0EC Perfume

📋 copy color: '#C8A0EC'

red 200 ◦ green 160 ◦ blue 236

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

Shades of Perfume #C8A0EC

Tints of Perfume #C8A0EC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.85%

 BLUE value IS 236 (92.58% from 255) = 39.6%

R = 33.56%
G = 26.85%
B = 39.6%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C8A0EC (or 0xC8A0EC) is known color: Perfume. HEX triplet: C8, A0 and EC. RGB value is (200,160,236). Sum of RGB (Red+Green+Blue) = 200+160+236=596 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.56% from 596); Green value is 160 (62.89% from 255 or 26.85% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8A0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A0EC is #375F13. Grayscale: #B4B4B4. Windows color (decimal): -3628820 or 15507656. OLE color: 15507656.

HSL color Cylindrical-coordinate representation of color #C8A0EC: hue angle of 271.58º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C8A0EC is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 160 236 -
CMYK 0.15 0.32 0 0.07
HSL 271.58º 0.67% 0.78% -
HSV(B) 271.58º 0.32% 0.93% -
XYZ 51.53 43.48 85.03 -
YUV 180.62 159.25 141.82 -
System Red Green Blue C M Y K H S L
Decimal 200 160 236 0.15 0.32 0 0.07 271.58 0.67 0.78
Hex C8 A0 EC F 20 0 7 110 43 4E
Octal 310 240 354 17 40 0 7 420 103 116
Binary 11001000 10100000 11101100 1111 100000 0 111 100010000 1000011 1001110

Color Harmonies of #C8A0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A0EC

Black with #C8A0EC

Text Example


Text Example

White with #C8A0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A0EC; }

 p { color: rgb(200,160,236); }

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

background-color css

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

 a { background-color: rgb(200,160,236); }

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

border-color css

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

 span { border-color: rgb(200,160,236); }

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