Html Css Color HEX #C0A7DA Perfume

📋 copy color: '#C0A7DA'

red 192 ◦ green 167 ◦ blue 218

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

Shades of Perfume #C0A7DA

Tints of Perfume #C0A7DA

RGB

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

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

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

R = 33.28%
G = 28.94%
B = 37.78%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C0A7DA (or 0xC0A7DA) is known color: Perfume. HEX triplet: C0, A7 and DA. RGB value is (192,167,218). Sum of RGB (Red+Green+Blue) = 192+167+218=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 167 (65.62% from 255 or 28.94% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 218 - color contains mainly: blue. Hex color #C0A7DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A7DA is #3F5825. Grayscale: #B4B4B4. Windows color (decimal): -4151334 or 14329792. OLE color: 14329792.

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

Color convert

RGB 192 167 218 -
CMYK 0.12 0.23 0 0.15
HSL 269.41º 0.41% 0.75% -
HSV(B) 269.41º 0.23% 0.85% -
XYZ 48.21 43.91 72.26 -
YUV 180.29 149.28 136.35 -
System Red Green Blue C M Y K H S L
Decimal 192 167 218 0.12 0.23 0 0.15 269.41 0.41 0.75
Hex C0 A7 DA C 17 0 F 10D 29 4B
Octal 300 247 332 14 27 0 17 415 51 113
Binary 11000000 10100111 11011010 1100 10111 0 1111 100001101 101001 1001011

Color Harmonies of #C0A7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A7DA

Black with #C0A7DA

Text Example


Text Example

White with #C0A7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A7DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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