Html Css Color HEX #C0A7DF Perfume

📋 copy color: '#C0A7DF'

red 192 ◦ green 167 ◦ blue 223

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

Shades of Perfume #C0A7DF

Tints of Perfume #C0A7DF

RGB

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

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

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

R = 32.99%
G = 28.69%
B = 38.32%

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

#C0A7DF (or 0xC0A7DF) is known color: Perfume. HEX triplet: C0, A7 and DF. RGB value is (192,167,223). Sum of RGB (Red+Green+Blue) = 192+167+223=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 167 (65.62% from 255 or 28.69% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #C0A7DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A7DF is #3F5820. Grayscale: #B4B4B4. Windows color (decimal): -4151329 or 14657472. OLE color: 14657472.

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

Color convert

RGB 192 167 223 -
CMYK 0.14 0.25 0 0.13
HSL 266.79º 0.47% 0.76% -
HSV(B) 266.79º 0.25% 0.87% -
XYZ 48.88 44.17 75.76 -
YUV 180.86 151.78 135.95 -
System Red Green Blue C M Y K H S L
Decimal 192 167 223 0.14 0.25 0 0.13 266.79 0.47 0.76
Hex C0 A7 DF E 19 0 D 10B 2F 4C
Octal 300 247 337 16 31 0 15 413 57 114
Binary 11000000 10100111 11011111 1110 11001 0 1101 100001011 101111 1001100

Color Harmonies of #C0A7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A7DF

Black with #C0A7DF

Text Example


Text Example

White with #C0A7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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