Html Css Color HEX #C4ABDA Perfume

📋 copy color: '#C4ABDA'

red 196 ◦ green 171 ◦ blue 218

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

Shades of Perfume #C4ABDA

Tints of Perfume #C4ABDA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.23%

 BLUE value IS 218 (85.55% from 255) = 37.26%

R = 33.5%
G = 29.23%
B = 37.26%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C4ABDA (or 0xC4ABDA) is known color: Perfume. HEX triplet: C4, AB and DA. RGB value is (196,171,218). Sum of RGB (Red+Green+Blue) = 196+171+218=585 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.50% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #C4ABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ABDA is #3B5425. Grayscale: #B7B7B7. Windows color (decimal): -3888166 or 14330820. OLE color: 14330820.

HSL color Cylindrical-coordinate representation of color #C4ABDA: hue angle of 271.91º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4ABDA is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 171 218 -
CMYK 0.10 0.22 0 0.15
HSL 271.91º 0.39% 0.76% -
HSV(B) 271.91º 0.22% 0.85% -
XYZ 49.98 45.92 72.56 -
YUV 183.83 147.28 136.68 -
System Red Green Blue C M Y K H S L
Decimal 196 171 218 0.10 0.22 0 0.15 271.91 0.39 0.76
Hex C4 AB DA A 16 0 F 110 27 4C
Octal 304 253 332 12 26 0 17 420 47 114
Binary 11000100 10101011 11011010 1010 10110 0 1111 100010000 100111 1001100

Color Harmonies of #C4ABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ABDA

Black with #C4ABDA

Text Example


Text Example

White with #C4ABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4ABDA; }

 p { color: rgb(196,171,218); }

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

background-color css

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

 a { background-color: rgb(196,171,218); }

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

border-color css

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

 span { border-color: rgb(196,171,218); }

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