Html Css Color HEX #C8ABDB Perfume

📋 copy color: '#C8ABDB'

red 200 ◦ green 171 ◦ blue 219

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

Shades of Perfume #C8ABDB

Tints of Perfume #C8ABDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.12%

R = 33.9%
G = 28.98%
B = 37.12%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C8ABDB (or 0xC8ABDB) is known color: Perfume. HEX triplet: C8, AB and DB. RGB value is (200,171,219). Sum of RGB (Red+Green+Blue) = 200+171+219=590 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.90% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8ABDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ABDB is #375424. Grayscale: #B8B8B8. Windows color (decimal): -3626021 or 14396360. OLE color: 14396360.

HSL color Cylindrical-coordinate representation of color #C8ABDB: hue angle of 276.25º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8ABDB is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 171 219 -
CMYK 0.09 0.22 0 0.14
HSL 276.25º 0.4% 0.76% -
HSV(B) 276.25º 0.22% 0.86% -
XYZ 51.17 46.52 73.3 -
YUV 185.14 147.11 138.6 -
System Red Green Blue C M Y K H S L
Decimal 200 171 219 0.09 0.22 0 0.14 276.25 0.4 0.76
Hex C8 AB DB 9 16 0 E 114 28 4C
Octal 310 253 333 11 26 0 16 424 50 114
Binary 11001000 10101011 11011011 1001 10110 0 1110 100010100 101000 1001100

Color Harmonies of #C8ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ABDB

Black with #C8ABDB

Text Example


Text Example

White with #C8ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ABDB; }

 p { color: rgb(200,171,219); }

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

background-color css

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

 a { background-color: rgb(200,171,219); }

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

border-color css

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

 span { border-color: rgb(200,171,219); }

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