Html Css Color HEX #C4A0EF Perfume

📋 copy color: '#C4A0EF'

red 196 ◦ green 160 ◦ blue 239

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

Shades of Perfume #C4A0EF

Tints of Perfume #C4A0EF

RGB

 RED value IS 196 (76.95% from 255) = 32.94%

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

 BLUE value IS 239 (93.75% from 255) = 40.17%

R = 32.94%
G = 26.89%
B = 40.17%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C4A0EF (or 0xC4A0EF) is known color: Perfume. HEX triplet: C4, A0 and EF. RGB value is (196,160,239). Sum of RGB (Red+Green+Blue) = 196+160+239=595 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.94% from 595); Green value is 160 (62.89% from 255 or 26.89% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #C4A0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4A0EF is #3B5F10. Grayscale: #B3B3B3. Windows color (decimal): -3890961 or 15704260. OLE color: 15704260.

HSL color Cylindrical-coordinate representation of color #C4A0EF: hue angle of 267.34º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C4A0EF is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 160 239 -
CMYK 0.18 0.33 0 0.06
HSL 267.34º 0.71% 0.78% -
HSV(B) 267.34º 0.33% 0.94% -
XYZ 50.92 43.11 87.3 -
YUV 179.77 161.43 139.58 -
System Red Green Blue C M Y K H S L
Decimal 196 160 239 0.18 0.33 0 0.06 267.34 0.71 0.78
Hex C4 A0 EF 12 21 0 6 10B 47 4E
Octal 304 240 357 22 41 0 6 413 107 116
Binary 11000100 10100000 11101111 10010 100001 0 110 100001011 1000111 1001110

Color Harmonies of #C4A0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A0EF

Black with #C4A0EF

Text Example


Text Example

White with #C4A0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A0EF; }

 p { color: rgb(196,160,239); }

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

background-color css

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

 a { background-color: rgb(196,160,239); }

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

border-color css

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

 span { border-color: rgb(196,160,239); }

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