Html Css Color HEX #C4A7FB Perfume

📋 copy color: '#C4A7FB'

red 196 ◦ green 167 ◦ blue 251

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

Shades of Perfume #C4A7FB

Tints of Perfume #C4A7FB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.2%

 BLUE value IS 251 (98.44% from 255) = 40.88%

R = 31.92%
G = 27.2%
B = 40.88%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C4A7FB (or 0xC4A7FB) is known color: Perfume. HEX triplet: C4, A7 and FB. RGB value is (196,167,251). Sum of RGB (Red+Green+Blue) = 196+167+251=614 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.92% from 614); Green value is 167 (65.62% from 255 or 27.20% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #C4A7FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4A7FB is #3B5804. Grayscale: #B8B8B8. Windows color (decimal): -3889157 or 16492484. OLE color: 16492484.

HSL color Cylindrical-coordinate representation of color #C4A7FB: hue angle of 260.71º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C4A7FB is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 167 251 -
CMYK 0.22 0.33 0 0.02
HSL 260.71º 0.91% 0.82% -
HSV(B) 260.71º 0.33% 0.98% -
XYZ 54 46.34 97.37 -
YUV 185.25 165.11 135.67 -
System Red Green Blue C M Y K H S L
Decimal 196 167 251 0.22 0.33 0 0.02 260.71 0.91 0.82
Hex C4 A7 FB 16 21 0 2 105 5B 52
Octal 304 247 373 26 41 0 2 405 133 122
Binary 11000100 10100111 11111011 10110 100001 0 10 100000101 1011011 1010010

Color Harmonies of #C4A7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A7FB

Black with #C4A7FB

Text Example


Text Example

White with #C4A7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A7FB; }

 p { color: rgb(196,167,251); }

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

background-color css

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

 a { background-color: rgb(196,167,251); }

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

border-color css

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

 span { border-color: rgb(196,167,251); }

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