Html Css Color HEX #C694A7 Viola

📋 copy color: '#C694A7'

red 198 ◦ green 148 ◦ blue 167

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

Shades of Viola #C694A7

Tints of Viola #C694A7

RGB

 RED value IS 198 (77.73% from 255) = 38.6%

 GREEN value IS 148 (58.2% from 255) = 28.85%

 BLUE value IS 167 (65.63% from 255) = 32.55%

R = 38.6%
G = 28.85%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C694A7 (or 0xC694A7) is known color: Viola. HEX triplet: C6, 94 and A7. RGB value is (198,148,167). Sum of RGB (Red+Green+Blue) = 198+148+167=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 167 (65.62% from 255 or 32.55% from 513); Max value from RGB is 198 - color contains mainly: red. Hex color #C694A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C694A7 is #396B58. Grayscale: #A5A5A5. Windows color (decimal): -3763033 or 10982598. OLE color: 10982598.

HSL color Cylindrical-coordinate representation of color #C694A7: hue angle of 337.2º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C694A7 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 148 167 -
CMYK 0 0.25 0.16 0.22
HSL 337.2º 0.3% 0.68% -
HSV(B) 337.2º 0.25% 0.78% -
XYZ 40.85 35.98 41.35 -
YUV 165.12 129.07 151.46 -
System Red Green Blue C M Y K H S L
Decimal 198 148 167 0 0.25 0.16 0.22 337.2 0.3 0.68
Hex C6 94 A7 0 19 10 16 151 1E 44
Octal 306 224 247 0 31 20 26 521 36 104
Binary 11000110 10010100 10100111 0 11001 10000 10110 101010001 11110 1000100

Color Harmonies of #C694A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C694A7

Black with #C694A7

Text Example


Text Example

White with #C694A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C694A7; }

 p { color: rgb(198,148,167); }

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

background-color css

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

 a { background-color: rgb(198,148,167); }

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

border-color css

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

 span { border-color: rgb(198,148,167); }

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