Html Css Color HEX #C0A5DA Perfume

📋 copy color: '#C0A5DA'

red 192 ◦ green 165 ◦ blue 218

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

Shades of Perfume #C0A5DA

Tints of Perfume #C0A5DA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.7%

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

R = 33.39%
G = 28.7%
B = 37.91%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C0A5DA (or 0xC0A5DA) is known color: Perfume. HEX triplet: C0, A5 and DA. RGB value is (192,165,218). Sum of RGB (Red+Green+Blue) = 192+165+218=575 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.39% from 575); Green value is 165 (64.84% from 255 or 28.70% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 218 - color contains mainly: blue. Hex color #C0A5DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A5DA is #3F5A25. Grayscale: #B2B2B2. Windows color (decimal): -4151846 or 14329280. OLE color: 14329280.

HSL color Cylindrical-coordinate representation of color #C0A5DA: hue angle of 270.57º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0A5DA is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 165 218 -
CMYK 0.12 0.24 0 0.15
HSL 270.57º 0.42% 0.75% -
HSV(B) 270.57º 0.24% 0.85% -
XYZ 47.85 43.18 72.14 -
YUV 179.12 149.95 137.19 -
System Red Green Blue C M Y K H S L
Decimal 192 165 218 0.12 0.24 0 0.15 270.57 0.42 0.75
Hex C0 A5 DA C 18 0 F 10F 2A 4B
Octal 300 245 332 14 30 0 17 417 52 113
Binary 11000000 10100101 11011010 1100 11000 0 1111 100001111 101010 1001011

Color Harmonies of #C0A5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A5DA

Black with #C0A5DA

Text Example


Text Example

White with #C0A5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A5DA; }

 p { color: rgb(192,165,218); }

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

background-color css

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

 a { background-color: rgb(192,165,218); }

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

border-color css

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

 span { border-color: rgb(192,165,218); }

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