Html Css Color HEX #C0A8DF Perfume

📋 copy color: '#C0A8DF'

red 192 ◦ green 168 ◦ blue 223

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

Shades of Perfume #C0A8DF

Tints of Perfume #C0A8DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.25%

R = 32.93%
G = 28.82%
B = 38.25%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C0A8DF (or 0xC0A8DF) is known color: Perfume. HEX triplet: C0, A8 and DF. RGB value is (192,168,223). Sum of RGB (Red+Green+Blue) = 192+168+223=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 168 (66.02% from 255 or 28.82% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #C0A8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A8DF is #3F5720. Grayscale: #B5B5B5. Windows color (decimal): -4151073 or 14657728. OLE color: 14657728.

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

Color convert

RGB 192 168 223 -
CMYK 0.14 0.25 0 0.13
HSL 266.18º 0.46% 0.77% -
HSV(B) 266.18º 0.25% 0.87% -
XYZ 49.06 44.54 75.82 -
YUV 181.45 151.45 135.53 -
System Red Green Blue C M Y K H S L
Decimal 192 168 223 0.14 0.25 0 0.13 266.18 0.46 0.77
Hex C0 A8 DF E 19 0 D 10A 2E 4D
Octal 300 250 337 16 31 0 15 412 56 115
Binary 11000000 10101000 11011111 1110 11001 0 1101 100001010 101110 1001101

Color Harmonies of #C0A8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A8DF

Black with #C0A8DF

Text Example


Text Example

White with #C0A8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A8DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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