Html Css Color HEX #C0A8DA Perfume

📋 copy color: '#C0A8DA'

red 192 ◦ green 168 ◦ blue 218

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

Shades of Perfume #C0A8DA

Tints of Perfume #C0A8DA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.07%

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

R = 33.22%
G = 29.07%
B = 37.72%

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

#C0A8DA (or 0xC0A8DA) is known color: Perfume. HEX triplet: C0, A8 and DA. RGB value is (192,168,218). Sum of RGB (Red+Green+Blue) = 192+168+218=578 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.22% from 578); Green value is 168 (66.02% from 255 or 29.07% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #C0A8DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A8DA is #3F5725. Grayscale: #B4B4B4. Windows color (decimal): -4151078 or 14330048. OLE color: 14330048.

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

Color convert

RGB 192 168 218 -
CMYK 0.12 0.23 0 0.15
HSL 268.8º 0.4% 0.76% -
HSV(B) 268.8º 0.23% 0.85% -
XYZ 48.4 44.27 72.32 -
YUV 180.88 148.95 135.93 -
System Red Green Blue C M Y K H S L
Decimal 192 168 218 0.12 0.23 0 0.15 268.8 0.4 0.76
Hex C0 A8 DA C 17 0 F 10D 28 4C
Octal 300 250 332 14 27 0 17 415 50 114
Binary 11000000 10101000 11011010 1100 10111 0 1111 100001101 101000 1001100

Color Harmonies of #C0A8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A8DA

Black with #C0A8DA

Text Example


Text Example

White with #C0A8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A8DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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