Html Css Color HEX #C0ABDE Perfume

📋 copy color: '#C0ABDE'

red 192 ◦ green 171 ◦ blue 222

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

Shades of Perfume #C0ABDE

Tints of Perfume #C0ABDE

RGB

 RED value IS 192 (75.39% from 255) = 32.82%

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

 BLUE value IS 222 (87.11% from 255) = 37.95%

R = 32.82%
G = 29.23%
B = 37.95%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C0ABDE (or 0xC0ABDE) is known color: Perfume. HEX triplet: C0, AB and DE. RGB value is (192,171,222). Sum of RGB (Red+Green+Blue) = 192+171+222=585 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.82% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: blue. Hex color #C0ABDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABDE is #3F5421. Grayscale: #B6B6B6. Windows color (decimal): -4150306 or 14592960. OLE color: 14592960.

HSL color Cylindrical-coordinate representation of color #C0ABDE: hue angle of 264.71º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0ABDE is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 171 222 -
CMYK 0.14 0.23 0 0.13
HSL 264.71º 0.44% 0.77% -
HSV(B) 264.71º 0.23% 0.87% -
XYZ 49.49 45.61 75.3 -
YUV 183.09 149.96 134.35 -
System Red Green Blue C M Y K H S L
Decimal 192 171 222 0.14 0.23 0 0.13 264.71 0.44 0.77
Hex C0 AB DE E 17 0 D 109 2C 4D
Octal 300 253 336 16 27 0 15 411 54 115
Binary 11000000 10101011 11011110 1110 10111 0 1101 100001001 101100 1001101

Color Harmonies of #C0ABDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ABDE

Black with #C0ABDE

Text Example


Text Example

White with #C0ABDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ABDE; }

 p { color: rgb(192,171,222); }

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

background-color css

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

 a { background-color: rgb(192,171,222); }

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

border-color css

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

 span { border-color: rgb(192,171,222); }

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